DocumentInspectors Interface

Represents a collection of DocumentInspector objects.

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

Syntax

'Declaration
<GuidAttribute("000C0392-0000-0000-C000-000000000046")> _
Public Interface DocumentInspectors _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As DocumentInspectors
[GuidAttribute("000C0392-0000-0000-C000-000000000046")]
public interface DocumentInspectors : _IMsoDispObj, 
    IEnumerable

Remarks

The DocumentInspectors collection is part of the _Document object in Microsoft Office Word, the _Workbook object in Microsoft Office Excel, and the _Presentation object in Microsoft Office PowerPoint. A DocumentInspectors collection contains multiple DocumentInspector objects, one for some built-in options and each installed custom Document Inspector module. For more information, see the [F:Microsoft.Office.Core.DocumentInspectors.ofobjDocumentInspector_HV10096488#DocumentInspector#SameCHM] help topic.

See Also

Reference

DocumentInspectors Members

Microsoft.Office.Core Namespace