Share via


IUIAutomationVirtualizedItemPattern Interface

Represents an virtualized item, which is an item that is represented by a placeholder automation element in the Microsoft UI Automation tree.

IUIAutomationVirtualizedItemPattern Members

Realize Creates a full UI Automation element for a virtualized item.

Remarks

A virtualized item can be an item retrieved from a control that supports the ItemContainer control pattern, or a virtualized embedded object retrieved from a control that supports the Text control pattern.

The placeholder automation element for a virtualized item might not have loaded data for all UI Automation properties, and may return UIA_E_ELEMENTNOTAVAILABLE in response to queries for properties that are not available.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationclient.idl
Minimum operating systems Windows 7

See Also

Working with Virtualized Items