IDocumentInspector Interface

Represents the interface through which the methods of a IDocumentInspector object are accessed.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000CD706-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IDocumentInspector
'Usage
Dim instance As IDocumentInspector
[GuidAttribute("000CD706-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IDocumentInspector

Remarks

Note

The IDocumentInspector object is for the exclusive use of custom Document Inspector module authors and cannot be used with Visual Basic for Applications (VBA).

IDocumentInspector provides access to the GetInfo, Inspect, and Fix methods. The IDocumentInspector object is used with custom Document Inspector modules. This is in contrast to modules that are shipped with 1st_Office12.

See Also

Reference

IDocumentInspector Members

Microsoft.Office.Core Namespace