ILicWizExternal.WriteLog Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub WriteLog ( _
bstrMessage As String _
)
'Usage
Dim instance As ILicWizExternal
Dim bstrMessage As String
instance.WriteLog(bstrMessage)
void WriteLog(
string bstrMessage
)
Parameters
- bstrMessage
Type: System.String