Compartir a través de


ConfigurationAddedEventArgs.ConfigName (Propiedad)

Obtiene o establece el nuevo nombre de configuración.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ConfigurationAddedEventArgs Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)