Udostępnij za pośrednictwem


DisplayMessageEventArgs(MessageCategory, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DisplayMessageEventArgs.

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)

Parametry

category
MessageCategory

Kategoria wiadomości

message
String

Zawartość wiadomości

Dotyczy