Section.Blocks Propiedad

Definición

Obtiene una BlockCollection que contiene los elementos Block de nivel superior que conforman el contenido de Section.

public:
 property System::Windows::Documents::BlockCollection ^ Blocks { System::Windows::Documents::BlockCollection ^ get(); };
public System.Windows.Documents.BlockCollection Blocks { get; }
member this.Blocks : System.Windows.Documents.BlockCollection
Public ReadOnly Property Blocks As BlockCollection

Valor de propiedad

BlockCollection que contiene los elementos Block que conforman el contenido de Section.

Esta propiedad no tiene ningún valor predeterminado.

Comentarios

Utilice el BlockCollection devuelto por esta propiedad para enumerar o manipular el contenido de un Section elemento.

Se aplica a