IDocumentInspector.GetInfo Method

Office Developer Reference

Gets information about a custom Document Inspector module.

Aa433547.vs_note(en-us,office.12).gif  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]

See Also