Freigeben über


WpfTreeItem.Nodes-Eigenschaft

Ruft eine Auflistung aller untergeordneten Knoten in diesem Strukturelement-Steuerelement ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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 aller untergeordneten Knoten in diesem Strukturelement-Steuerelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfTreeItem Klasse

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace

UITestControlCollection