Share via


DisplayMessageEventArgs(MessageCategory, String) Constructor

Definition

Initializes a new instance of the DisplayMessageEventArgs class.

public:
 DisplayMessageEventArgs(Microsoft::VisualStudio::ConnectedServices::MessageCategory category, System::String ^ message);
public DisplayMessageEventArgs(Microsoft.VisualStudio.ConnectedServices.MessageCategory category, string message);
new Microsoft.VisualStudio.ConnectedServices.DisplayMessageEventArgs : Microsoft.VisualStudio.ConnectedServices.MessageCategory * string -> Microsoft.VisualStudio.ConnectedServices.DisplayMessageEventArgs
Public Sub New (category As MessageCategory, message As String)

Parameters

category
MessageCategory

The category of the message

message
String

The message content

Applies to