次の方法で共有


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

プロパティ値

注釈

このプロパティは、繰り返しセクション コンテンツ コントロールでのみ使用できます。 他のコンテンツ コントロールと共に使用すると、エラーが発生します。

適用対象