ListItem.Blocks 属性

定义

获取包含 ListItem 的顶级 Block 元素的块集合。

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

属性值

包含 ListItemBlock 元素的块集合。

注解

使用此属性返回的块集合来枚举或操作元素的内容 Section

适用于