Freigeben über


ConfigurationAddedEventArgs.CloneName-Eigenschaft

Ruft die vorhandene Konfiguration ab, auf der die neue Konfiguration basiert, oder legt diese fest.

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

Syntax

'Declaration
Public Property CloneName As String
    Get
    Private Set
public string CloneName { get; private set; }
public:
property String^ CloneName {
    String^ get ();
    private: void set (String^ value);
}
member CloneName : string with get, private set
function get CloneName () : String
private function set CloneName (value : String)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ConfigurationAddedEventArgs Klasse

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