Constants.vsWindowKindWebBrowser 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.
A Web browser window hosted in Visual Studio.
public: System::String ^ vsWindowKindWebBrowser;
std::wstring vsWindowKindWebBrowser;
public const string vsWindowKindWebBrowser;
val mutable vsWindowKindWebBrowser : string
Public Const vsWindowKindWebBrowser As String
Field Value
Remarks
GUID value = {E8B06F52-6D01-11D2-AA7D-00C04F990343}.
vsWindowKindWebBrowser is used to get a handle to a particular window in the integrated development environment (IDE) in order to gain access to its properties and methods.