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.
Specifies the location of a tool window toolbar.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSTWT_LOCATION
public enum VSTWT_LOCATION
public enum class VSTWT_LOCATION
type VSTWT_LOCATION
public enum VSTWT_LOCATION
Members
| Member name | Description | |
|---|---|---|
| VSTWT_BOTTOM | Location is the bottom border of the tool window. | |
| VSTWT_LEFT | Location is the left border of the tool window. | |
| VSTWT_RIGHT | Location is the right border of the tool window. | |
| VSTWT_TOP | Location is the top border of the tool window. |
Remarks
COM Signature
From vsshell.idl: