Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the scope node when it has been successfully pasted elsewhere after the Cut verb is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnCut(
AsyncStatus status
)
protected:
virtual void OnCut(
AsyncStatus^ status
)
abstract OnCut :
status:AsyncStatus -> unit
override OnCut :
status:AsyncStatus -> unit
Protected Overridable Sub OnCut (
status As AsyncStatus
)
Parameters
status
Type: Microsoft.ManagementConsole.AsyncStatusThe status information for asynchronous operations on the node.
See Also
StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs
Return to top