Share via


Constants.vsDocumentKindHTML Field

An HTML document. Can get the IHTMLDocument2 interface, also known as the Document Object Model (DOM).

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Const vsDocumentKindHTML As String
public const string vsDocumentKindHTML
public:
literal String^ vsDocumentKindHTML
static val mutable vsDocumentKindHTML: string
public const var vsDocumentKindHTML : String

Remarks

Indicates the type of document that was opened.

.NET Framework Security

See Also

Reference

Constants Class

EnvDTE Namespace