Constants.vsWindowKindClassView Field
The Class View window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindClassView As String
public const string vsWindowKindClassView
public:
literal String^ vsWindowKindClassView
static val mutable vsWindowKindClassView: string
public const var vsWindowKindClassView : String
Remarks
GUID value = {C9C0AE26-AA77-11D2-B3F0-0000F87570EE}.
vsWindowKindClassView 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.