DocumentMapNode.Children-Eigenschaft

Ruft eine Auflistung untergeordneter Dokumentstrukturknoten ab.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Public ReadOnly Property Children As IList(Of DocumentMapNode)
    Get
'Usage
Dim instance As DocumentMapNode
Dim value As IList(Of DocumentMapNode)

value = instance.Children
public IList<DocumentMapNode> Children { get; }
public:
property IList<DocumentMapNode^>^ Children {
    IList<DocumentMapNode^>^ get ();
}
member Children : IList<DocumentMapNode>
function get Children () : IList<DocumentMapNode>

Eigenschaftswert

Typ: System.Collections.Generic.IList<DocumentMapNode>
Ein schreibgeschütztes Array von DocumentMapNode-Objekten.

Siehe auch

Verweis

DocumentMapNode Klasse

Microsoft.Reporting.WinForms-Namespace