MmcListViewDescription Class
Provides the information that is required when creating an instance of the MmcListView class.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.ViewDescription
Microsoft.ManagementConsole.MmcListViewDescription
Syntax
public sealed class MmcListViewDescription : ViewDescription
public ref class MmcListViewDescription sealed : ViewDescription
[<Sealed>]
type MmcListViewDescription =
class
inherit ViewDescription
end
Public NotInheritable Class MmcListViewDescription
Inherits ViewDescription
Constructors
Name | Description | |
---|---|---|
MmcListViewDescription() | Initializes a new instance of the MmcListViewDescription class. |
|
MmcListViewDescription(MmcListViewOptions) | Initializes a new instance of the MmcListViewDescription class using the list view options as a parameter. |
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name for the related view.(Inherited from ViewDescription.) |
|
LanguageIndependentName | Gets or sets an identifier that is locale independent and remains constant across MMC sessions. It is used for persistence purposes.(Inherited from ViewDescription.) |
|
Options | Get or sets the list view options. |
|
Tag | Gets or sets an optional user-defined tag. (Inherited from ViewDescription.) |
|
ViewType | Gets or sets the Type of the derived view to create.(Inherited from ViewDescription.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
ViewDescription
Microsoft.ManagementConsole Namespace
Return to top