MessageView.Update Method (String, String, MessageViewIcon)

 

Updates the message view title, body text, and icon identifier with the new specified values.

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

Syntax

public void Update(
    string title,
    string bodyText,
    MessageViewIcon iconId
)
public:
void Update(
    String^ title,
    String^ bodyText,
    MessageViewIcon iconId
)
member Update : 
        title:string *
        bodyText:string *
        iconId:MessageViewIcon -> unit
Public Sub Update (
    title As String,
    bodyText As String,
    iconId As MessageViewIcon
)

Parameters

  • bodyText
    Type: System.String

    The body text of the message view.

See Also

MessageView Class
Microsoft.ManagementConsole Namespace

Return to top