Compartilhar via


Propriedade ProjectItem.ConfigurationManager

Obtém o ConfigurationManager o objeto para este ProjectItem.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
ReadOnly Property ConfigurationManager As ConfigurationManager
ConfigurationManager ConfigurationManager { get; }
property ConfigurationManager^ ConfigurationManager {
    ConfigurationManager^ get ();
}
abstract ConfigurationManager : ConfigurationManager
function get ConfigurationManager () : ConfigurationManager

Valor de propriedade

Tipo: EnvDTE.ConfigurationManager
A ConfigurationManager object.

Comentários

O ConfigurationManager objeto representa as configurações do projeto para um projeto ou item de projeto.Cada configuração de projeto é identificada exclusivamente por um nome de configuração do projeto e o nome da plataforma.

Segurança do .NET Framework

Consulte também

Referência

ProjectItem Interface

Namespace EnvDTE

Outros recursos

Como: compilar e executar os exemplos de código de modelo de objeto de automação