Constants.vsWindowKindWebBrowser Field
A Web browser window hosted in Visual Studio.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindWebBrowser As String
public const string vsWindowKindWebBrowser
public:
literal String^ vsWindowKindWebBrowser
static val mutable vsWindowKindWebBrowser: string
public const var vsWindowKindWebBrowser : String
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.
.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.