NodeRenamedEventArgs.NewName (Propiedad)
Obtiene o establece el nuevo nombre del nodo.
Espacio de nombres: Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado: Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxis
'Declaración
Public Property NewName As String
Get
Private Set
public string NewName { get; private set; }
public:
property String^ NewName {
String^ get ();
private: void set (String^ value);
}
member NewName : string with get, private set
function get NewName () : String
private function set NewName (value : String)
Valor de propiedad
Tipo: System.String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)