ScopeNode.OnPrint Method (SyncStatus)

 

Prints the scope node when the Print verb is triggered.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected virtual void OnPrint(
    SyncStatus status
)
protected:
virtual void OnPrint(
    SyncStatus^ status
)
abstract OnPrint : 
        status:SyncStatus -> unit
override OnPrint : 
        status:SyncStatus -> unit
Protected Overridable Sub OnPrint (
    status As SyncStatus
)

Parameters

See Also

StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs

Return to top