Constants.vsDocumentKindHTML Field

Definition

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

public: System::String ^ vsDocumentKindHTML;
std::wstring vsDocumentKindHTML;
public const string vsDocumentKindHTML;
val mutable vsDocumentKindHTML : string
Public Const vsDocumentKindHTML As String 

Field Value

Remarks

Indicates the type of document that was opened.

Applies to