FormViewDescription Class

 

This is a sealed class that encapsulates all the information that is required to create and describe a WinForm view.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.ViewDescription
    Microsoft.ManagementConsole.FormViewDescription

Syntax

public sealed class FormViewDescription : ViewDescription
public ref class FormViewDescription sealed : ViewDescription
[<Sealed>]
type FormViewDescription = 
    class
        inherit ViewDescription
    end
Public NotInheritable Class FormViewDescription
    Inherits ViewDescription

Constructors

Name Description
System_CAPS_pubmethod FormViewDescription()

Initializes a new instance of the FormViewDescription class.

System_CAPS_pubmethod FormViewDescription(Type)

Initializes a new instance of the FormViewDescription class. This constructor uses the Type class of the control that is being used for the related view as a parameter.

Properties

Name Description
System_CAPS_pubproperty ControlType

Gets or sets the Type of the control used in the WinForm view that is created based on this view 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 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

Microsoft.ManagementConsole Namespace

Return to top