MultipleViewProviderWrapperGetViewName - метод
Retrieves the name of a control-specific view.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public string GetViewName(
int viewID
)
Public Function GetViewName (
viewID As Integer
) As String
public:
virtual String^ GetViewName(
int viewID
) sealed
abstract GetViewName :
viewID : int -> string
override GetViewName :
viewID : int -> string
- viewID Int32
-
StringA localized name for the view.
IMultipleViewProviderGetViewName(Int32) ArgumentException | viewId is not a member of the supported views collection. |