ToolWindowGuids80.CodedefinitionWindow Field
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
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.