Edit

Share via


DocumentInspector.Fix(MsoDocInspectorStatus, String) Method

Definition

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

public:
 void Fix([Runtime::InteropServices::Out] Microsoft::Office::Core::MsoDocInspectorStatus % Status, [Runtime::InteropServices::Out] System::String ^ % Results);
public void Fix (out Microsoft.Office.Core.MsoDocInspectorStatus Status, out string Results);
abstract member Fix : MsoDocInspectorStatus * string -> unit
Public Sub Fix (ByRef Status As MsoDocInspectorStatus, ByRef Results As String)

Parameters

Status
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
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.

Applies to