DocumentInspectors インターフェイス

定義

オブジェクトの DocumentInspector コレクションを表します。

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
属性
実装

注釈

DocumentInspectors コレクションは、Microsoft Office Word のオブジェクト、_WorkbookOffice Excel Microsoftオブジェクト、および Office PowerPoint の [_Presentation](https://learn.microsoft.com/previous-versions/office/developer/office-2010/ff762122(v=office.14)) オブジェクトMicrosoft一部_Documentです。 DocumentInspectorsコレクションには複数の DocumentInspector オブジェクトが含まれています。1 つは組み込みオプションと、インストールされているカスタムドキュメントインスペクターモジュール用です。 詳細については、ヘルプ トピックを DocumentInspector 参照してください。

プロパティ

Application

オブジェクトの作成者を表す Application オブジェクトを DocumentInspectors 取得します。 読み取り専用です。

Count

オブジェクト内の項目の数を DocumentInspectors 取得します。 読み取り専用です。

Creator

オブジェクトが作成されたアプリケーションを示す 32 ビット整数を DocumentInspectors 取得します。 読み取り専用です。

Item[Int32]

IDocumentInspectorインデックスで指定されたオブジェクトを取得します。 読み取り専用です。

Parent

オブジェクトの親を表す オブジェクトを DocumentInspectors 取得します。 読み取り専用です。

メソッド

GetEnumerator()

オブジェクトの DocumentInspector コレクションを表します。

適用対象