ItemsControlAutomationPeer.FindItemByProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera un elemento dal valore della proprietà specificato.
public:
virtual IRawElementProviderSimple ^ FindItemByProperty(IRawElementProviderSimple ^ startAfter, AutomationProperty ^ automationProperty, Platform::Object ^ value) = FindItemByProperty;
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
Parametri
- startAfter
- IRawElementProviderSimple
Elemento nel contenitore dopo il quale iniziare la ricerca.
- automationProperty
- AutomationProperty
Proprietà che contiene il valore da recuperare.
- value
-
Object
Platform::Object
IInspectable
Valore da recuperare.
Restituisce
Primo elemento che corrisponde al criterio di ricerca se tale elemento esiste; in caso contrario, null.