MessageViewDescription Class
This is a sealed class that encapsulates all the information that is required to create and describe a message view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.ViewDescription
Microsoft.ManagementConsole.MessageViewDescription
Syntax
public sealed class MessageViewDescription : ViewDescription
public ref class MessageViewDescription sealed : ViewDescription
[<Sealed>]
type MessageViewDescription =
class
inherit ViewDescription
end
Public NotInheritable Class MessageViewDescription
Inherits ViewDescription
Constructors
Name | Description | |
---|---|---|
MessageViewDescription() | Initializes a new instance of the MessageViewDescription class. |
|
MessageViewDescription(String, String, MessageViewIcon) | Initializes a new instance of the MessageViewDescription class using the title, body text, and icon identifier as parameters. |
Properties
Name | Description | |
---|---|---|
BodyText | Gets or sets the body text for the message view. |
|
DisplayName | Gets or sets the display name for the related view.(Inherited from ViewDescription.) |
|
IconId | Gets or sets the icon identifier for the message view. |
|
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.) |
|
Title | Gets or sets the title for the message view. |
|
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
MessageView
Microsoft.ManagementConsole Namespace
Return to top