次の方法で共有


DocumentInspectors.Item[Int32] プロパティ

定義

IDocumentInspectorインデックスで指定されたオブジェクトを取得します。 読み取り専用です。

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

パラメーター

Index
Int32

オブジェクトのインデックス番号を指定します。

プロパティ値

DocumentInspector

適用対象