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