DocumentInspector.Fix Method

Performs an action on specific information items or document properties depending on the Document Inspector module specified.

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

Syntax

'Declaration
Sub Fix ( _
    <OutAttribute> ByRef Status As MsoDocInspectorStatus, _
    <OutAttribute> ByRef Results As String _
)
'Usage
Dim instance As DocumentInspector
Dim Status As MsoDocInspectorStatus
Dim Results As String

instance.Fix(Status, Results)
void Fix(
    out MsoDocInspectorStatus Status,
    out string Results
)

Parameters

  • Status
    Type: Microsoft.Office.Core.MsoDocInspectorStatus

    An enumeration representing that staus of the document. Status is an output parameter which means that its value is returned when the method has completed its purpose.

  • Results
    Type: System.String

    Contains the results of the action. Results is an output parameter.

Remarks

There are two Document Inspector modules that are included with the 2007 Microsoft Office system. These are the Comments/Revisions module and the Document Properties method. These are the first two options that show up in the Document Inspector dialog box but are not available in the DocumentInspectors collection.

See Also

Reference

DocumentInspector Interface

DocumentInspector Members

Microsoft.Office.Core Namespace