Note

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

Access to this page requires authorization. You can try .

TreeView.RootNodes 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 or sets the collection of root nodes of the tree.

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

Property Value

The collection of root nodes of the tree.

Applies to


Feedback

Was this page helpful?