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 中的 对象的一部分,_Workbook是 office Excel Microsoft 中的 对象,也是 Office PowerPoint 中 [_Presentation] (https://learn.microsoft.com/previous-versions/office/developer/office-2010/ff762122(v=office.14)) 对象的 Microsoft一部分_Document。 集合 DocumentInspectors 包含多个 DocumentInspector 对象,其中一个对象用于一些内置选项和每个已安装的自定义文档检查器模块。 有关详细信息,请参阅 DocumentInspector 帮助主题。

属性

Application

获取一个 Application 对象,该对象代表对象的 DocumentInspectors 创建者。 只读。

Count

获取 对象中的 DocumentInspectors 项数。 只读。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 DocumentInspectors 。 只读。

Item[Int32]

获取 IDocumentInspector 索引指定的 对象。 只读。

Parent

获取一个对象,该对象表示对象的父级 DocumentInspectors 。 只读。

方法

GetEnumerator()

表示 对象的集合 DocumentInspector

适用于