Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IItemContainerProvider Interface

.NET Framework (current version)
 

Exposes a method to enable applications to find an element in a container, such as a virtualized list.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("e747770b-39ce-4382-ab30-d8fb3f336f24")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IItemContainerProvider

NameDescription
System_CAPS_pubmethodFindItemByProperty(IRawElementProviderSimple, Int32, Object)

Retrieves an element by the specified property value.

This interface must be implemented by containers that support virtualization and have no other means to find the virtualized element.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft