DocumentInformationNode.HasChildren Property
Gets a value indicating whether this node has children.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public ReadOnly Property HasChildren As Boolean
'Usage
Dim instance As DocumentInformationNode
Dim value As Boolean
value = instance.HasChildren
public bool HasChildren { get; }
public:
property bool HasChildren {
bool get ();
}
public function get HasChildren () : boolean
Property Value
Type: System.Boolean
true if this node has children; 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
DocumentInformationNode Members
Microsoft.Windows.Design.Documents.Trees Namespace