DocumentInspectors Schnittstelle

Definition

Stellt eine Auflistung von DocumentInspector -Objekten dar.

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
Attribute
Implementiert

Hinweise

Die DocumentInspectors-Auflistung ist Teil des _Document Objekts in Microsoft Office Word, des _Workbook Objekts in Microsoft Office Excel und des [_Presentation](-https://learn.microsoft.com/previous-versions/office/developer/office-2010/ff762122(v=office.14))Objekts in Microsoft Office PowerPoint. Eine DocumentInspectors Auflistung enthält mehrere DocumentInspector-Objekte , eines für einige integrierte Optionen und jedes installierte benutzerdefinierte Dokumentprüfungsmodul. Weitere Informationen finden Sie im DocumentInspector Hilfethema.

Eigenschaften

Application

Ruft ein Application-Objekt ab, das den Ersteller des DocumentInspectors -Objekts darstellt. Schreibgeschützt.

Count

Ruft die Anzahl der Elemente im DocumentInspectors -Objekt ab. Schreibgeschützt.

Creator

Ruft eine 32-Bit-Ganzzahl ab, die die Anwendung angibt, in der das DocumentInspectors -Objekt erstellt wurde. Schreibgeschützt.

Item[Int32]

Ruft das IDocumentInspector durch den Index angegebene Objekt ab. Schreibgeschützt.

Parent

Ruft ein -Objekt ab, das das übergeordnete Objekt eines DocumentInspectors -Objekts darstellt. Schreibgeschützt.

Methoden

GetEnumerator()

Stellt eine Auflistung von DocumentInspector -Objekten dar.

Gilt für: