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

适用于