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 components installed on the system.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const ObjectBrowser As String
'Usage
Dim value As String
value = ToolWindowGuids.ObjectBrowser
public const string ObjectBrowser
public:
literal String^ ObjectBrowser
static val mutable ObjectBrowser: string
public const var ObjectBrowser : String
Remarks
The GUID for this tool window that is usable in a .ctc file:
#define guidObjectBrowser { 0x269a02dc, 0x6af8, 0x11d3, { 0xbd, 0xc4, 0x0, 0xc0, 0x4f, 0x68, 0x8e, 0x50 } }
This tool window is typically available by selecting Object Browser 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.