Propriedade SolutionContext.ConfigurationName

Define ou obtém o nome de configuração do projeto fornece o contexto, quando o contexto dessa solução é selecionado.

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

Sintaxe

'Declaração
Property ConfigurationName As String
    Get
    Set
string ConfigurationName { get; set; }
property String^ ConfigurationName {
    String^ get ();
    void set (String^ value);
}
abstract ConfigurationName : string with get, set
function get ConfigurationName () : String
function set ConfigurationName (value : String)

Valor de propriedade

Tipo: System.String
Uma seqüência de caracteres que representa o nome de configuração do projeto fornece o contexto, quando o contexto dessa solução é selecionado.

Segurança do .NET Framework

Consulte também

Referência

SolutionContext Interface

Namespace EnvDTE