ContentControl.RepeatingSectionItems 属性

定义

返回指定重复节内容控件中重复节项的集合。 此为只读属性。

public:
 property Microsoft::Office::Interop::Word::RepeatingSectionItemColl ^ RepeatingSectionItems { Microsoft::Office::Interop::Word::RepeatingSectionItemColl ^ get(); };
public Microsoft.Office.Interop.Word.RepeatingSectionItemColl RepeatingSectionItems { get; }
member this.RepeatingSectionItems : Microsoft.Office.Interop.Word.RepeatingSectionItemColl
Public ReadOnly Property RepeatingSectionItems As RepeatingSectionItemColl

属性值

注解

只能将此属性用于重复节内容控件。 将它与其他内容控件一起使用将导致错误。

适用于