Partager via


ConfigurationAddedEventArgs.CloneName, propriété

Obtient ou définit la configuration existante sur laquelle cette nouvelle configuration a été basée.

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 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)

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