DocumentInspectors Interface

Definition

Represents a collection of DocumentInspector objects.

public interface class DocumentInspectors : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0392-0000-0000-C000-000000000046")]
public interface DocumentInspectors : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0392-0000-0000-C000-000000000046")>]
type DocumentInspectors = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface DocumentInspectors
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Remarks

The DocumentInspectors collection is part of the _Document object in Microsoft Office Word, the _Workbook object in Microsoft Office Excel, and the [_Presentation](https://learn.microsoft.com/previous-versions/office/developer/office-2010/ff762122(v=office.14)) 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 DocumentInspector help topic.

Properties

Application

Gets an Application object that represents the creator of the DocumentInspectors object. Read-only.

Count

Gets the number of items in the DocumentInspectors object. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the DocumentInspectors object was created. Read-only.

Item[Int32]

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

Parent

Gets an object that represents the parent of a DocumentInspectors object. Read-only.

Methods

GetEnumerator()

Applies to