Share via


ManagementListStateDescriptor Class

Definition

Allows the state of the ManagementList to be saved and restored.

public ref class ManagementListStateDescriptor : Microsoft::Management::UI::Internal::StateDescriptor<Microsoft::Management::UI::Internal::ManagementList ^>
[Windows::Foundation::Metadata::WebHostHidden]
class ManagementListStateDescriptor : Microsoft::Management::UI::Internal::StateDescriptor<Microsoft::Management::UI::Internal::ManagementList>
[System.Serializable]
public class ManagementListStateDescriptor : Microsoft.Management.UI.Internal.StateDescriptor<Microsoft.Management.UI.Internal.ManagementList>
[<System.Serializable>]
type ManagementListStateDescriptor = class
    inherit StateDescriptor<ManagementList>
Public Class ManagementListStateDescriptor
Inherits StateDescriptor(Of ManagementList)
Inheritance
ManagementListStateDescriptor
Attributes

Constructors

ManagementListStateDescriptor()

Constructs a new instance of the ManagementListStateDescriptor class.

ManagementListStateDescriptor(String)

Constructs a new instance of the ManagementListStateDescriptor class.

Properties

Id

Gets the global unique identification number.

(Inherited from StateDescriptor<T>)
Name

Gets or sets the friendly display name.

(Inherited from StateDescriptor<T>)

Methods

RestoreState(ManagementList)

Restores the state of the passed in ManagementList and applies the restored filter.

RestoreState(ManagementList, Boolean)

Restores the state of the passed in ManagementList.

RestoreState(T)

Restores the state of subject to the saved state.

(Inherited from StateDescriptor<T>)
SaveState(ManagementList)

Saves a snapshot of the ManagementList state.

SaveState(T)

Saves a snapshot of the subject's current state.

(Inherited from StateDescriptor<T>)
ToString()

Displayable string identifying this class instance.

Applies to