Constants.vsWindowKindProperties Field
The Properties window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindProperties As String
public const string vsWindowKindProperties
public:
literal String^ vsWindowKindProperties
static val mutable vsWindowKindProperties: string
public const var vsWindowKindProperties : String
Remarks
GUID value = {EEFA5220-E298-11D0-8F78-00A0C9110057}.
vsWindowKindProperties 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.