ItemContainerPattern.FindItemByProperty 方法

定义

按指定的属性值检索元素。

public:
 System::Windows::Automation::AutomationElement ^ FindItemByProperty(System::Windows::Automation::AutomationElement ^ startAfter, System::Windows::Automation::AutomationProperty ^ property, System::Object ^ value);
public System.Windows.Automation.AutomationElement FindItemByProperty (System.Windows.Automation.AutomationElement startAfter, System.Windows.Automation.AutomationProperty property, object value);
member this.FindItemByProperty : System.Windows.Automation.AutomationElement * System.Windows.Automation.AutomationProperty * obj -> System.Windows.Automation.AutomationElement
Public Function FindItemByProperty (startAfter As AutomationElement, property As AutomationProperty, value As Object) As AutomationElement

参数

startAfter
AutomationElement

容器中的某个项,将从它后面开始搜索。

property
AutomationProperty

包含要检索的值的属性。

value
Object

要检索的值。

返回

AutomationElement

符合搜索条件的第一个项;如果没有匹配项,则为 null

注解

propertyId 参数设置为 0 在后面 startAfter检索下一项,而不考虑在指定 value值。 设置为startAfter``null使用第一项开始搜索。

适用于