Share via


IVirtualizedItemProvider::Realize Method

Makes the virtual item fully accessible as a UI Automation element.

Syntax

HRESULT Realize(VOID);

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

When an item is obtained from a virtual list, it is only a placeholder. Use this method to convert it to a full reference to UI Automation element.

See Also

IVirtualizedItemProvider