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.
Retrieves a serializable object that the snap-in can persist into a binary section in the console file.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual byte[] OnSaveCustomData(
SyncStatus status
)
protected:
virtual array<unsigned char>^ OnSaveCustomData(
SyncStatus^ status
)
abstract OnSaveCustomData :
status:SyncStatus -> byte[]
override OnSaveCustomData :
status:SyncStatus -> byte[]
Protected Overridable Function OnSaveCustomData (
status As SyncStatus
) As Byte()
Parameters
status
Type: Microsoft.ManagementConsole.SyncStatusThe object that holds the synchronous status information.
Return Value
Type: System.Byte[]
The serializable object that can be persisted by the snap-in.
See Also
NamespaceSnapInBase Class
Microsoft.ManagementConsole Namespace
Return to top