IItemContainerProvider.FindItemByProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依指定的屬性值擷取項目。
public:
System::Windows::Automation::Provider::IRawElementProviderSimple ^ FindItemByProperty(System::Windows::Automation::Provider::IRawElementProviderSimple ^ startAfter, int propertyId, System::Object ^ value);
public System.Windows.Automation.Provider.IRawElementProviderSimple FindItemByProperty (System.Windows.Automation.Provider.IRawElementProviderSimple startAfter, int propertyId, object value);
abstract member FindItemByProperty : System.Windows.Automation.Provider.IRawElementProviderSimple * int * obj -> System.Windows.Automation.Provider.IRawElementProviderSimple
Public Function FindItemByProperty (startAfter As IRawElementProviderSimple, propertyId As Integer, value As Object) As IRawElementProviderSimple
參數
- startAfter
- IRawElementProviderSimple
容器中的項目,從這個項目之後要開始搜尋。
- propertyId
- Int32
包含要擷取之值的屬性。
- value
- Object
要擷取的值。
傳回
符合搜尋準則的第一個項目,如果沒有符合的項目則為 null
。
備註
將 propertyId
參數設定為 0
,以擷取 之後 startAfter
的下一個專案,不論 中指定的 value
值為何。 設定 startAfter
為 null
,以使用第一個專案開始搜尋。