Version

IUIHierarchyBuilder Interface

A basic interface implemented by UIHierarchyNode to allow internal consumers to construct hierarchical structures of related UIElements.
Syntax
'Declaration
 
Public Interface IUIHierarchyBuilder 
public interface IUIHierarchyBuilder 
Remarks

Consumers of IUIHierarchyBuilder should start with calling CreateUIHierarchyNode on the root UIElement and then systematically append child UIElements contained beneath it onto the hierarchical structure with AppendChild.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also