見出しマップの子ノードのコレクションを取得します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public ReadOnly Property Children As IList(Of DocumentMapNode)
Get
'使用
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>
プロパティ値
型: System.Collections.Generic.IList<DocumentMapNode>
読み取り専用の DocumentMapNode オブジェクトの配列。