HierarchyNode.OnRename(String, String, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual void OnRename(System::String ^ oldName, System::String ^ newName, bool bAfterSaveAs);
public virtual void OnRename (string oldName, string newName, bool bAfterSaveAs);
abstract member OnRename : string * string * bool -> unit
override this.OnRename : string * string * bool -> unit
Public Overridable Sub OnRename (oldName As String, newName As String, bAfterSaveAs As Boolean)
Parâmetros
- oldName
- String
- newName
- String
- bAfterSaveAs
- Boolean