Partager via


ConfigurationAddedEventArgs.ConfigName, propriété

Obtient ou définit le nouveau nom de configuration.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ConfigurationAddedEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms