HtmlViewDescription Class
This is a sealed class that encapsulates all the information that is required to create and describe an HTML view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.ViewDescription
Microsoft.ManagementConsole.HtmlViewDescription
Syntax
public sealed class HtmlViewDescription : ViewDescription
public ref class HtmlViewDescription sealed : ViewDescription
[<Sealed>]
type HtmlViewDescription =
class
inherit ViewDescription
end
Public NotInheritable Class HtmlViewDescription
Inherits ViewDescription
Constructors
Name | Description | |
---|---|---|
HtmlViewDescription() | Initializes a new instance of the HtmlViewDescription class. |
|
HtmlViewDescription(Uri) | Initializes a new instance of the HtmlViewDescription class. This constructor uses the URL for the HTML view that is created based on this view description 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.) |
|
Tag | Gets or sets an optional user-defined tag. (Inherited from ViewDescription.) |
|
Url | Gets or sets the URL property for HTML view that is created based on this view description. |
|
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
HtmlView
ViewDescription
Microsoft.ManagementConsole Namespace
Return to top