Share via


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

See Also

Reference

SilverlightTreeItem Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace