Campo ToolWindowGuids80.PropertiesWindow
Publicado: abril de 2016
Esta janela de ferramenta fornece uma lista de propriedades associadas ao arquivo selecionado ou projeto em Solution Explorer.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
public const string PropertiesWindow
public:
literal String^ PropertiesWindow
static val mutable PropertiesWindow : string
Public Const PropertiesWindow As String
Valor de Campo
Type: System.String
Comentários
O GUID para esta ferramenta janela é:
#define guidPropertiesWindow { 0xeefa5220, 0xe298, 0x11d0, { 0x8f, 0x78, 0x00, 0xa0, 0xc9, 0x11, 0x00, 0x57 } }
Esta janela de ferramenta está normalmente disponível selecionando Janela Propriedades do do Exibir menu.
Consulte também
Classe ToolWindowGuids80
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo