IItemContainerProvider interface
Provides access to controls that act as containers of other controls, such as a virtual list-view.
Members
The IItemContainerProvider interface inherits from the IUnknown interface. IItemContainerProvider also has these types of members:
Methods
The IItemContainerProvider interface has these methods.
| Method | Description |
|---|---|
| FindItemByProperty |
Retrieves an element within a containing element, based on a specified property value. |
Remarks
The ItemContainer control pattern allows a container object to efficiently lookup an item by a specified automation element property, such as Name, AutomationId, or IsSelected state. While this control pattern is introduced with a view to being used by virtualized containers, it can be implemented by any container that provides name lookup, independently of whether that container uses virtualization.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IItemContainerProvider is defined as e747770b-39ce-4382-ab30-d8fb3f336f24 |
See also