Freigeben über


DocumentInspectors.Item Property

Gets the IDocumentInspector object specified by the index. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As DocumentInspector
    Get
'Usage
Dim instance As DocumentInspectors
Dim Index As Integer
Dim value As DocumentInspector

value = instance(Index)
DocumentInspector this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.DocumentInspector
DocumentInspector

See Also

Reference

DocumentInspectors Interface

DocumentInspectors Members

Microsoft.Office.Core Namespace