Compartilhar via


Campo ToolWindowGuids80.CodedefinitionWindow

 

Publicado: abril de 2016

Esta janela de ferramenta fornece uma exibição somente leitura da fonte de onde o símbolo sob o cursor está definido.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

public const string CodedefinitionWindow
public:
literal String^ CodedefinitionWindow
static val mutable CodedefinitionWindow : string
Public Const CodedefinitionWindow As String

Valor de Campo

Type: System.String

Comentários

O GUID para esta ferramenta janela é:

#define guidCodedefinitionWindow { 0x588470cc, 0x84f8, 0x4a57, { 0x9a, 0xc4, 0x86, 0xbc, 0xa0, 0x62, 0x5f, 0xf4 } }

Esta janela de ferramenta está normalmente disponível selecionando Code Definition Window da Other Windows submenu da Exibir menu.

Consulte também

Classe ToolWindowGuids80
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo