ItemsControlAutomationPeer::IItemContainerProvider::FindItemByProperty Method (IRawElementProviderSimple^, Int32, Object^)
.NET Framework (current version)
Retrieves an element by the specified property value.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual IRawElementProviderSimple^ FindItemByProperty( IRawElementProviderSimple^ startAfter, int propertyId, Object^ value ) sealed = 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::IRawElementProviderSimple^The first item that matches the search criterion; otherwise, null if no items match.
This member is an explicit interface member implementation. It can be used only when the ItemsControlAutomationPeer instance is cast to an IItemContainerProvider interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: