次の方法で共有


ContentControls.Item[Object] プロパティ

定義

ドキュメント内のコンテンツ コントロールのコレクション内の指定されたコンテンツ コントロールを返します。

public:
 property Microsoft::Office::Interop::Word::ContentControl ^ default[System::Object ^ %] { Microsoft::Office::Interop::Word::ContentControl ^ get(System::Object ^ % Index); };
public Microsoft.Office.Interop.Word.ContentControl this[ref object Index] { get; }
member this.Item(obj) : Microsoft.Office.Interop.Word.ContentControl
Default Public ReadOnly Property Item(ByRef Index As Object) As ContentControl

パラメーター

Index
Object

取得するコンテンツ コントロールの順序を指定します。

プロパティ値

ContentControl

適用対象