次の方法で共有


ContentControlListEntries.Item[Int32] プロパティ

定義

コレクション内の指定した項目を返します。

public:
 property Microsoft::Office::Interop::Word::ContentControlListEntry ^ default[int] { Microsoft::Office::Interop::Word::ContentControlListEntry ^ get(int Index); };
public Microsoft.Office.Interop.Word.ContentControlListEntry this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Interop.Word.ContentControlListEntry
Default Public ReadOnly Property Item(Index As Integer) As ContentControlListEntry

パラメーター

Index
Int32

コレクション内のオブジェクトの順序を指定します。

プロパティ値

ContentControlListEntry

適用対象