Właściwość DocumentMapNode.Children
Pobiera lub ustawia Kolekcja podrzędność mapy węzły dokumentu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property Children As DocumentMapNode()
Get
Set
'Użycie
Dim instance As DocumentMapNode
Dim value As DocumentMapNode()
value = instance.Children
instance.Children = value
public DocumentMapNode[] Children { get; set; }
public:
property array<DocumentMapNode^>^ Children {
array<DocumentMapNode^>^ get ();
void set (array<DocumentMapNode^>^ value);
}
member Children : DocumentMapNode[] with get, set
function get Children () : DocumentMapNode[]
function set Children (value : DocumentMapNode[])
Wartość właściwości
Typ: array<ReportExecution2005.DocumentMapNode[]
Tablica DocumentMapNode obiektów.