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

‘선언
Public Const CodedefinitionWindow As String
‘사용 방법
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 that is usable in a .ctc file 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

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace