Constants.vsDocumentKindHTML Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.