WinTree.Nodes Property

Gets a collection of the nodes in this tree control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Nodes As UITestControlCollection
public virtual UITestControlCollection Nodes { get; }
public:
virtual property UITestControlCollection^ Nodes {
    UITestControlCollection^ get ();
}
abstract Nodes : UITestControlCollection with get 
override Nodes : UITestControlCollection with get
function get Nodes () : UITestControlCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of the nodes in this tree control.

.NET Framework Security

See Also

Reference

WinTree Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace