Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This tool window provides a list of properties associated with the currently selected file or project in Solution Explorer.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const PropertiesWindow As String
'Usage
Dim value As String
value = ToolWindowGuids80.PropertiesWindow
public const string PropertiesWindow
public:
literal String^ PropertiesWindow
static val mutable PropertiesWindow: string
public const var PropertiesWindow : String
Remarks
The GUID for this tool window is:
#define guidPropertiesWindow { 0xeefa5220, 0xe298, 0x11d0, { 0x8f, 0x78, 0x00, 0xa0, 0xc9, 0x11, 0x00, 0x57 } }
This tool window is typically available by selecting Properties Window from the View menu.
.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.