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 read-only view of the source where the symbol under the cursor is defined.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const CodedefinitionWindow As String
'Usage
Dim value As String
value = ToolWindowGuids80.CodedefinitionWindow
public const string CodedefinitionWindow
public:
literal String^ CodedefinitionWindow
static val mutable CodedefinitionWindow: string
public const var CodedefinitionWindow : String
Remarks
The GUID for this tool window is:
#define guidCodedefinitionWindow { 0x588470cc, 0x84f8, 0x4a57, { 0x9a, 0xc4, 0x86, 0xbc, 0xa0, 0x62, 0x5f, 0xf4 } }
This tool window is typically available by selecting Code Definition Window from the Other Windows submenu of 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.