Dela via


DocumentInformationNode.Children Property

Gets a list of child elements.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public ReadOnly Property Children As IEnumerable(Of DocumentInformationNode)
'Usage
Dim instance As DocumentInformationNode 
Dim value As IEnumerable(Of DocumentInformationNode)

value = instance.Children
public IEnumerable<DocumentInformationNode> Children { get; }
public:
property IEnumerable<DocumentInformationNode^>^ Children {
    IEnumerable<DocumentInformationNode^>^ get ();
}
public function get Children () : IEnumerable<DocumentInformationNode>

Property Value

Type: System.Collections.Generic.IEnumerable<DocumentInformationNode>
An enumeration of DocumentInformationNode objects that are children.

.NET Framework Security

See Also

Reference

DocumentInformationNode Class

DocumentInformationNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility