Share via


IDocumentInspector.GetInfo Method

Gets information about a custom Document Inspector module.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub GetInfo ( _
    <OutAttribute> ByRef Name As String, _
    <OutAttribute> ByRef Desc As String _
)
'Usage
Dim instance As IDocumentInspector
Dim Name As String
Dim Desc As String

instance.GetInfo(Name, Desc)
void GetInfo(
    out string Name,
    out string Desc
)

Parameters

  • Desc
    Type: System.String

    Represents the description of the module.

See Also

Reference

IDocumentInspector Interface

IDocumentInspector Members

Microsoft.Office.Core Namespace