Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.02 KB

itemscontrolautomationpeer_finditembyproperty_1997743353.md

File metadata and controls

34 lines (22 loc) · 1.02 KB
-api-id -api-type
M:Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.FindItemByProperty(Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple,Windows.UI.Xaml.Automation.AutomationProperty,System.Object)
winrt method

Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.FindItemByProperty

-description

Retrieves an element by the specified property value.

-parameters

-param startAfter

The item in the container after which to begin the search.

-param automationProperty

The property that contains the value to retrieve.

-param value

The value to retrieve.

-returns

The first item that matches the search criterion if such an item exists; otherwise, null.

-remarks

-examples

-see-also