ScopeNode.OnRename Method (String, SyncStatus)
Changes the name of the scope node when the Rename verb is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnRename(
string newText,
SyncStatus status
)
protected:
virtual void OnRename(
String^ newText,
SyncStatus^ status
)
abstract OnRename :
newText:string *
status:SyncStatus -> unit
override OnRename :
newText:string *
status:SyncStatus -> unit
Protected Overridable Sub OnRename (
newText As String,
status As SyncStatus
)
Parameters
newText
Type: System.StringThe text for the new name of the scope node.
status
Type: Microsoft.ManagementConsole.SyncStatusThe status information for synchronous operations on the node.
See Also
StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs
Return to top