IItemContainerProvider.FindItemByProperty Metodo

Definizione

Recupera un elemento dal valore della proprietà specificato.

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

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; in caso contrario, null.

Si applica a