Section.Blocks Propriété

Définition

Obtient BlockCollection contenant les éléments Block de plus haut niveau qui constituent le contenu 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

Valeur de propriété

BlockCollection

BlockCollection contenant les éléments Block de plus haut niveau qui constituent le contenu de Section.

Cette propriété n’a aucune valeur par défaut.

Remarques

Utilisez le BlockCollection retourné par cette propriété pour énumérer ou manipuler le contenu d’un Section élément.

S’applique à