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
title
Type: System.StringThe title of the message view.
bodyText
Type: System.StringThe body text of the message view.
iconId
Type: Microsoft.ManagementConsole.MessageViewIconThe icon identifier of the message view.
See Also
MessageView Class
Microsoft.ManagementConsole Namespace
Return to top