HTML to MAML Converter
HtmlToMamlReportProgress Method |
This is used to report progress during the conversion
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
protected void ReportProgress( string message, params Object[] args )
Protected Sub ReportProgress ( message As String, ParamArray args As Object() )
protected: void ReportProgress( String^ message, ... array<Object^>^ args )
member ReportProgress : message : string * args : Object[] -> unit
Parameters
- message
- Type: SystemString
The message to report - args
- Type: SystemObject
A list of arguments to format into the message text
See Also