Share via


ManagementListStateDescriptor.SaveState(ManagementList) Method

Definition

Saves a snapshot of the ManagementList state.

public:
 override void SaveState(Microsoft::Management::UI::Internal::ManagementList ^ subject);
public override void SaveState (Microsoft.Management.UI.Internal.ManagementList subject);
override this.SaveState : Microsoft.Management.UI.Internal.ManagementList -> unit
Public Overrides Sub SaveState (subject As ManagementList)

Parameters

subject
ManagementList

The ManagementList instance whose state should be preserved.

Exceptions

ManagementList.AutoGenerateColumns not supported.

Remarks

Columns will not be saved if not supported per Microsoft.Management.UI.Internal.ManagementListStateDescriptor.VerifyColumnsSavable(Microsoft.Management.UI.Internal.ManagementList,Microsoft.Management.UI.Internal.RetryActionCallback{Microsoft.Management.UI.Internal.ManagementList}).

Applies to