Compartilhar via


Propriedade ProjectItem.ConfigurationManager

Obtém o objeto ConfigurationManager para este ProjectItem.

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

Sintaxe

ReadOnly Property ConfigurationManager As ConfigurationManager

Dim instance As ProjectItem
Dim value As ConfigurationManager

value = instance.ConfigurationManager
ConfigurationManager ConfigurationManager { get; }
property ConfigurationManager^ ConfigurationManager {
    ConfigurationManager^ get ();
}
function get ConfigurationManager () : ConfigurationManager

Valor da propriedade

Tipo: EnvDTE.ConfigurationManager
A ConfigurationManager object.

Comentários

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

Permissões

Consulte também

Referência

ProjectItem Interface

ProjectItem Membros

Espaço para nome EnvDTE

Outros recursos

Como: Compilar e executar os exemplos de códigos automação modelo de objeto