Partager via


NodeRenamedEventArgs.OldName, propriété

Obtient ou définit l'ancien nom du nœud.

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 OldName As String
    Get
    Private Set
public string OldName { get; private set; }
public:
property String^ OldName {
    String^ get ();
    private: void set (String^ value);
}
member OldName : string with get, private set
function get OldName () : String
private function set OldName (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

NodeRenamedEventArgs Classe

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