Section.Blocks Egenskap

Definition

Hämtar en BlockCollection som innehåller de översta elementen Block som utgör innehållet i 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

Egenskapsvärde

A BlockCollection som innehåller de Block element som utgör innehållet i Section

Den här egenskapen har inget standardvärde.

Kommentarer

Använd den BlockCollection returnerade egenskapen för att räkna upp eller ändra innehållet i ett Section element.

Gäller för