Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The Debugger window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindThread As String
public const string vsWindowKindThread
public:
literal String^ vsWindowKindThread
static val mutable vsWindowKindThread: string
public const var vsWindowKindThread : String
Remarks
GUID value = {E62CE6A0-B439-11D0-A79D-00A0C9110051}.
vsWindowKindThread 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.