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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms