MultipleViewProviderWrapper.SetCurrentView - метод
Sets the current control-specific view.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
public void SetCurrentView(
int viewID
)
Public Sub SetCurrentView (
viewID As Integer
)
public:
virtual void SetCurrentView(
int viewID
) sealed
abstract SetCurrentView :
viewID : int -> unit
override SetCurrentView :
viewID : int -> unit
- viewID Int32
-
IMultipleViewProvider.SetCurrentView(Int32) ArgumentException | viewId is not a member of the supported views collection. |