Section.Blocks 屬性

定義

得到 BlockCollection 包含構成 內容的頂層 Block 元素 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

屬性值

包含BlockCollectionBlock構成以下內容的元素Section

此房產無預設價值。

備註

利用此屬性返回的 來 BlockCollection 枚舉或操作元素 Section 的內容。

適用於