Compartilhar via


Propriedade NodeRenamedEventArgs.NewName

Obtém ou define o novo nome do nó.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

NodeRenamedEventArgs Classe

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