IItemContainerProvider.FindItemByProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依指定的屬性值擷取項目。
public:
IRawElementProviderSimple ^ FindItemByProperty(IRawElementProviderSimple ^ startAfter, AutomationProperty ^ automationProperty, Platform::Object ^ value);
IRawElementProviderSimple FindItemByProperty(IRawElementProviderSimple const& startAfter, AutomationProperty const& automationProperty, IInspectable const& value);
public IRawElementProviderSimple FindItemByProperty(IRawElementProviderSimple startAfter, AutomationProperty automationProperty, object value);
function findItemByProperty(startAfter, automationProperty, value)
Public Function FindItemByProperty (startAfter As IRawElementProviderSimple, automationProperty As AutomationProperty, value As Object) As IRawElementProviderSimple
參數
- startAfter
- IRawElementProviderSimple
容器中的項目,從這個項目之後要開始搜尋。
- automationProperty
- AutomationProperty
包含要擷取之值的屬性。
- value
-
Object
Platform::Object
IInspectable
要擷取的值。
傳回
符合搜尋準則的第一個專案;否則為 null。