IDocumentInspector.GetInfo Method
Gets information about a custom Document Inspector module.
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). |
Syntax
expression.GetInfo(Name, Desc)
expression An expression that returns a IDocumentInspector object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Name | Required | String | Represents the name of the module. |
| Desc | Required | String | Represents the description of the module. |
Return Value
[HRESULT]
Note