DisplayMessageEventArgs(MessageCategory, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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