Dela via


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

See Also

Reference

DocumentInformationNode Class

DocumentInformationNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility