Share via


IUIAutomationVirtualizedItemPattern::Realize Method

Creates a full UI Automation element for a virtualized item.

Syntax

HRESULT Realize(VOID);

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

A virtualized item is represented by a placeholder automation element in the UI Automation tree. The Realize method causes the provider to make full information available for the item so that a full UI Automation element can be created for the item.

See Also

IUIAutomationVirtualizedItemPattern, Working with Virtualized Items