IHierarchyNodeBuilder Interface

Definition

Important

This API is not CLS-compliant.

Represents an interface used by the object explorer to build nodes that will be displayed.

public interface class IHierarchyNodeBuilder
[System.CLSCompliant(false)]
public interface IHierarchyNodeBuilder
[<System.CLSCompliant(false)>]
type IHierarchyNodeBuilder = interface
Public Interface IHierarchyNodeBuilder
Attributes

Methods

Build(INodeInformation)

Defines a method that builds all hierarchy nodes that the object represents.

EnumChildren()

Retrieves the hierarchy node builders that the object contains.

GetCount(INodeInformation)

Retrieves the number of nodes that the object represents.

GetCount(INodeInformation, Int32)

Retrieves the number of nodes in the object with the specified source and depth.

Applies to