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
- 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