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 Visual Studio IDE window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindMainWindow As String
public const string vsWindowKindMainWindow
public:
literal String^ vsWindowKindMainWindow
static val mutable vsWindowKindMainWindow: string
public const var vsWindowKindMainWindow : String
Remarks
GUID value = {9DDABE98-1D02-11D3-89A1-00C04F688DDE}.
vsWindowKindMainWindow 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.