DocumentMapNode.Children Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property System::Collections::Generic::IList<Microsoft::Reporting::WebForms::DocumentMapNode ^> ^ Children { System::Collections::Generic::IList<Microsoft::Reporting::WebForms::DocumentMapNode ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Reporting.WebForms.DocumentMapNode> Children { get; }
member this.Children : System.Collections.Generic.IList<Microsoft.Reporting.WebForms.DocumentMapNode>
Public ReadOnly Property Children As IList(Of DocumentMapNode)