IDocumentInspector.GetInfo(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.