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
Name
Type: System.StringRepresents the name of the module.
Desc
Type: System.StringRepresents the description of the module.