Campo ToolWindowGuids80.PropertySheetManager
Publicado: abril de 2016
Esta janela de ferramenta fornece uma lista de Visual C++ configurações de projeto.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
public const string PropertySheetManager
public:
literal String^ PropertySheetManager
static val mutable PropertySheetManager : string
Public Const PropertySheetManager As String
Valor de Campo
Type: System.String
Comentários
O GUID para esta ferramenta janela é:
#define guidPropertySheetManager { 0x6B8E94B5, 0x0949, 0x4d9c, { 0xA8, 0x1F, 0xC1, 0xB9, 0xB7, 0x44, 0x18, 0x5C } }
Esta janela de ferramenta está normalmente disponível selecionando Gerenciador de propriedades da Exibir menu quando um Visual C++ projeto for carregado.
Consulte também
Classe ToolWindowGuids80
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo