: BrowserType (Enumeración) (Microsoft.HtmlTrans)

Specifies the browser type to target in converting a document to HTML.

Espacio de nombres:
Ensamblado: Microsoft.HtmlTrans.Interface (in microsoft.htmltrans.interface.dll)

Sintaxis

'Declaración
Public Enumeration BrowserType
'Uso
Dim instance As BrowserType
public enum BrowserType

Miembros

  Nombre de miembro Descripción
BT_IE3 Specifies the browser to target in converting a document to HTML is Internet Explorer 3.0 level browsers and earlier. 
BT_IE4 Specifies the browser to target in converting a document to HTML is Internet Explorer 4.0 level browsers and later. 
BT_UNKNOWN Specifies the browser to target in converting a document to HTML is unknown. 

Comentarios

The BrowserType**parameter of the CHICreateHtml method of the IHtmlTrLauncher interface accepts a value from the BrowserType enumeration.

Enumerations

The following table shows the members of the BrowserType enumeration and gives a brief description of each.

Name

Description

BT_IE3

Target browser is Internet Explorer 3.0 level browsers and earlier.

BT_IE4

Target browser is Internet Explorer 4.0 level browsers and later.

BT_UNKNOWN

Target browser is unknown.

Ejemplo

For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, including the BrowserType enumeration, see the CHICreateHtml method.

Vea también

Referencia

Microsoft.HtmlTrans (Espacio de nombres)