WinCheckBoxTreeItem.Nodes Property

Gets a collection of nodes in this check box tree item.

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
override Nodes : UITestControlCollection
function get Nodes () : UITestControlCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of nodes in this check box tree item.

.NET Framework Security

See Also

Reference

WinCheckBoxTreeItem Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace