DocumentInspector インターフェイス

定義

コレクション内のドキュメント インスペクター モジュールを DocumentInspectors 表します。

public interface class DocumentInspector : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0393-0000-0000-C000-000000000046")]
public interface DocumentInspector : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0393-0000-0000-C000-000000000046")>]
type DocumentInspector = interface
    interface _IMsoDispObj
Public Interface DocumentInspector
Implements _IMsoDispObj
属性
実装

注釈

DocumentInspector オブジェクトは、 メソッドと Fix(MsoDocInspectorStatus, String) メソッドへのアクセスをInspect(MsoDocInspectorStatus, String)提供します。 オブジェクトは DocumentInspector 、カスタムの Document Inspector モジュールと一部の "組み込み" オプションを表します。 この組み込みオプションの一覧を表示するには、[ファイル] メニューの [ドキュメント検査] ダイアログ ボックスを開きます。 最初の 2 つのオプション (コメント、リビジョン、バージョン、注釈)。 ドキュメントのプロパティと個人情報)はコレクションに DocumentInspectors 一覧表示されません。代わりに、その機能は RemoveDocumentInformation メソッドを使用して使用できます。 ダイアログ ボックスの残りのオプションと、サードパーティのソースによって開発されたインストール済みのカスタム モジュールは、インデックス値を指定して DocumentInspectors コレクションから入手できます。

プロパティ

Application

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

Creator

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

Description

オブジェクトの説明を DocumentInspector 取得します。 読み取り専用です。

Name

オブジェクトで表されるモジュールの名前を DocumentInspector 取得します。 読み取り専用です。

Parent

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

メソッド

Fix(MsoDocInspectorStatus, String)

特定の情報項目やドキュメントのプロパティに、ドキュメント検査モジュールの指定に従ってアクションを実行します。

Inspect(MsoDocInspectorStatus, String)

ドキュメントに特定の情報やドキュメント プロパティがないか、検査します。

適用対象