Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TreeViewNode.Children Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the collection of nodes that are children of the current node.

public:
 property IVector<TreeViewNode ^> ^ Children { IVector<TreeViewNode ^> ^ get(); };
IVector<TreeViewNode> Children();
public IList<TreeViewNode> Children { get; }
var iVector = treeViewNode.children;
Public ReadOnly Property Children As IList(Of TreeViewNode)

Property Value

The collection of nodes that are children of the current node. The default is an empty collection.

Applies to


Feedback

Was this page helpful?