ItemsControlAutomationPeer.IItemContainerProvider.FindItemByProperty Method
Retrieves an element by the specified property value.
Namespace: System.Windows.Automation.Peers
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Private Function FindItemByProperty ( _ startAfter As IRawElementProviderSimple, _ propertyId As Integer, _ value As Object _ ) As IRawElementProviderSimple Implements IItemContainerProvider.FindItemByProperty
Parameters
- startAfter
- Type: System.Windows.Automation.Provider.IRawElementProviderSimple
The item in the container after which to begin the search.
- propertyId
- Type: System.Int32
The property that contains the value to retrieve.
- value
- Type: System.Object
The value to retrieve.
Return Value
Type: System.Windows.Automation.Provider.IRawElementProviderSimpleThe first item that matches the search criterion; otherwise, Nothing if no items match.
Implements
IItemContainerProvider.FindItemByProperty(IRawElementProviderSimple, Int32, Object)This member is an explicit interface member implementation. It can be used only when the ItemsControlAutomationPeer instance is cast to an IItemContainerProvider interface.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.