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.
Called when the Print standard 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
status
Type: Microsoft.ManagementConsole.SyncStatusThe object that holds the status information.
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top