SilverlightTreeItem.HasChildNodes Property
Gets or sets a value that represents whether this SilverlightTreeItem has child nodes.
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 HasChildNodes As Boolean
Get
public virtual bool HasChildNodes { get; }
public:
virtual property bool HasChildNodes {
bool get ();
}
abstract HasChildNodes : bool
override HasChildNodes : bool
function get HasChildNodes () : boolean
Property Value
Type: System.Boolean
A Boolean value that represents whether this SilverlightTreeItem has child nodes. true if this tree item has child nodes. Otherwise, false.
.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