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
System_CAPS_pubmethod HtmlViewDescription()

Initializes a new instance of the HtmlViewDescription class.

System_CAPS_pubmethod 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
System_CAPS_pubproperty DisplayName

Gets or sets the display name for the related view.(Inherited from ViewDescription.)

System_CAPS_pubproperty 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.)

System_CAPS_pubproperty Tag

Gets or sets an optional user-defined tag. (Inherited from ViewDescription.)

System_CAPS_pubproperty Url

Gets or sets the URL property for HTML view that is created based on this view description.

System_CAPS_pubproperty ViewType

Gets or sets the Type of the derived view to create.(Inherited from ViewDescription.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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