IUIAutomationItemContainerPattern Interface
Exposes a method that retrieves an item from a container, such as a virtual list.
IUIAutomationItemContainerPattern Members
FindItemByProperty Retrieves an element within a containing element, based on a specified property value.
Remarks
This interface is not limited to use by virtualized containers. Any container that can implement efficient name lookup can support this control pattern, enabling clients to look up names more quickly than by using methods such as IUIAutomationElement::FindFirst, which must traverse the Microsoft UI Automation tree.
Interface Information
Inherits from IUnknown Header and IDL files uiautomation.h, uiautomationclient.idl Minimum operating systems Windows 7