Freigeben über


SolutionContext.ConfigurationName-Eigenschaft

Legt den Projektkonfigurationsnamen fest, durch den bei Auswahl dieses Projektmappenkontexts Kontext bereitgestellt wird, oder ruft den Namen ab.

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

Syntax

'Declaration
Property ConfigurationName As String
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)

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge mit dem Projektkonfigurationsnamen, durch den bei Auswahl dieses Projektmappenkontexts Kontext bereitgestellt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

SolutionContext Schnittstelle

EnvDTE-Namespace