SilverlightTreeItem.Nodes Property

Gets the collection of nodes that belong to the tree item.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
The collection of nodes that belong to the tree item.

.NET Framework Security

See Also

Reference

SilverlightTreeItem Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace