IUIAutomation::ContentViewWalker Property

Retrieves an IUIAutomationTreeWalker interface used to discover content elements.

Syntax

HRESULT IUIAutomation::get_ContentViewWalker(IUIAutomationTreeWalker **walker);

Parameters

  • walker
    The address of a variable that receives a pointer to the IUIAutomationTreeWalker interface.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomation::ControlViewWalker, IUIAutomation::RawViewWalker, IUIAutomationTreeWalker