Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a collection of child controls of this 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 with get
override Nodes : UITestControlCollection with get
function get Nodes () : UITestControlCollection
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of child controls of this tree item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace