ViewDescription Class
This is the abstract base class that describes the type of view to present when a node is selected. View descriptions provide MMC with the information that is needed to create a view instance. The framework provides derived versions of the ViewDescription class for each kind of supported view. Instances of these derived classes are added to the ViewDescriptions collection of the scope node. There are four derived view description classes, one for each type of view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.ViewDescription
Microsoft.ManagementConsole.FormViewDescription
Microsoft.ManagementConsole.HtmlViewDescription
Microsoft.ManagementConsole.MessageViewDescription
Microsoft.ManagementConsole.MmcListViewDescription
Syntax
public abstract class ViewDescription
public ref class ViewDescription abstract
[<AbstractClass>]
type ViewDescription = class end
Public MustInherit Class ViewDescription
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name for the related view. |
|
LanguageIndependentName | Gets or sets an identifier that is locale independent and remains constant across MMC sessions. It is used for persistence purposes. |
|
Tag | Gets or sets an optional user-defined tag. |
|
ViewType | Gets or sets the Type of the derived view to create. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (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
HtmlViewDescription
MmcListViewDescription
FormViewDescription
MessageViewDescription
Microsoft.ManagementConsole Namespace
Return to top