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.
Allows the view to store binary data 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 status information.
Return Value
Type: System.Byte[]
The custom data that can be persisted.
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top