WorkspaceVisualNodeBase.DoRename(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
called to commit the rename (aka rename the underlying object and update the Text box)
public:
virtual void DoRename(System::String ^ newName);
public:
virtual void DoRename(Platform::String ^ newName);
virtual void DoRename(std::wstring const & newName);
public virtual void DoRename (string newName);
abstract member DoRename : string -> unit
override this.DoRename : string -> unit
Public Overridable Sub DoRename (newName As String)
Parameters
- newName
- String
the new name