IDocumentInspector.GetInfo(String, String) Method

Definition

Gets information about a custom Document Inspector module.

public:
 void GetInfo([Runtime::InteropServices::Out] System::String ^ % Name, [Runtime::InteropServices::Out] System::String ^ % Desc);
public void GetInfo (out string Name, out string Desc);
abstract member GetInfo : string * string -> unit
Public Sub GetInfo (ByRef Name As String, ByRef Desc As String)

Parameters

Name
String

Represents the name of the module.

Desc
String

Represents the description of the module.

Applies to