CreateHtmlInfo Constructor
NOTE: This API is now obsolete.
Initializes a new instance of the CreateHtmlInfo class.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public Sub New
'Usage
Dim instance As New CreateHtmlInfo()
[ObsoleteAttribute("Use CreateDCInfo instead")]
public CreateHtmlInfo()
Remarks
The CHICreateHtml method of the IHtmlTrLauncher interface returns an instance of the CreateHtmlInfo class.
Examples
For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, including the CreateHtmlInfo class, see the CHICreateHtml method.