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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.