Share via


MessageViewDescription Constructor (String, String, MessageViewIcon)

 

Initializes a new instance of the MessageViewDescription class using the title, body text, and icon identifier as parameters.

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

Syntax

public MessageViewDescription(
    string title,
    string bodyText,
    MessageViewIcon iconId
)
public:
MessageViewDescription(
    String^ title,
    String^ bodyText,
    MessageViewIcon iconId
)
new : 
        title:string *
        bodyText:string *
        iconId:MessageViewIcon -> MessageViewDescription
Public Sub New (
    title As String,
    bodyText As String,
    iconId As MessageViewIcon
)

Parameters

  • title
    Type: System.String

    The title for the related message view.

  • bodyText
    Type: System.String

    The body text for the related message view.

See Also

MessageViewDescription Overload
MessageViewDescription Class
Microsoft.ManagementConsole Namespace

Return to top