WinCheckBoxTreeItem.Nodes-Eigenschaft

Ruft eine Auflistung der Knoten in diesem Kontrollkästchen-Strukturelement ab.

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
    Get
public virtual UITestControlCollection Nodes { get; }
public:
virtual property UITestControlCollection^ Nodes {
    UITestControlCollection^ get ();
}
abstract Nodes : UITestControlCollection
override Nodes : UITestControlCollection
function get Nodes () : UITestControlCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
Eine Auflistung der Knoten in diesem Kontrollkästchen-Strukturelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

WinCheckBoxTreeItem Klasse

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace