Share via


OutputEventArgs Constructors

Definition

Overloads

OutputEventArgs()
OutputEventArgs(String)

OutputEventArgs()

protected:
 OutputEventArgs();
protected:
 OutputEventArgs();
 OutputEventArgs();
protected OutputEventArgs ();
Protected Sub New ()

Applies to

OutputEventArgs(String)

protected:
 OutputEventArgs(System::String ^ message);
protected:
 OutputEventArgs(Platform::String ^ message);
 OutputEventArgs(std::wstring const & message);
protected OutputEventArgs (string message);
new Microsoft.VisualStudio.Diagnostics.Logging.OutputEventArgs : string -> Microsoft.VisualStudio.Diagnostics.Logging.OutputEventArgs
Protected Sub New (message As String)

Parameters

message
String

Applies to