ItemContainerProviderWrapper.FindItemByProperty - метод

Retrieves an element by the specified property value.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
C#
public IRawElementProviderSimple FindItemByProperty(
	IRawElementProviderSimple startAfter,
	int propertyId,
	Object value
)

Параметры

startAfter  IRawElementProviderSimple
The item in the container after which to begin the search.
propertyId  Int32
The property that contains the value to retrieve.
value  Object
The value to retrieve.

Возвращаемое значение

IRawElementProviderSimple
The first item that matches the search criterion; otherwise, null if no items match.

Реализации

IItemContainerProvider.FindItemByProperty(IRawElementProviderSimple, Int32, Object)

См. также