Partilhar via


Propriedade ConfigurationAddedEventArgs.ConfigName

Obtém ou define o nome da nova configuração.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Property ConfigName As String
    Get
    Private Set
public string ConfigName { get; private set; }
public:
property String^ ConfigName {
    String^ get ();
    private: void set (String^ value);
}
member ConfigName : string with get, private set
function get ConfigName () : String
private function set ConfigName (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ConfigurationAddedEventArgs Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project