AutomationPeerHelperGetPropertyValue - метод
Получить значение указанного свойства.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public static Object GetPropertyValue(
AutomationPeer peer,
int propertyId
)
Public Shared Function GetPropertyValue (
peer As AutomationPeer,
propertyId As Integer
) As Object
public:
static Object^ GetPropertyValue(
AutomationPeer^ peer,
int propertyId
)
static member GetPropertyValue :
peer : AutomationPeer *
propertyId : int -> Object
- peer AutomationPeer
- Узел автоматизации.
- propertyId Int32
- Идентификатор свойства AutomationElementIdentifiers.
ObjectЗначение запрашиваемого свойства.