Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of tree items that are one level deep.
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
A UITestControlCollection of the tree items that are one level deep.
.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.SilverlightControls Namespace