DiagnosticUpdatedEventArgs Constructors
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.
Overloads
DiagnosticUpdatedEventArgs() | |
DiagnosticUpdatedEventArgs(Boolean, DiagnosticReport) |
Initializes a new instance of the DiagnosticUpdatedEventArgs class. |
DiagnosticUpdatedEventArgs()
public DiagnosticUpdatedEventArgs ();
Public Sub New ()
Applies to
DiagnosticUpdatedEventArgs(Boolean, DiagnosticReport)
Initializes a new instance of the DiagnosticUpdatedEventArgs class.
public:
DiagnosticUpdatedEventArgs(bool append, Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::DiagnosticReport ^ diagnosticsReport);
public DiagnosticUpdatedEventArgs (bool append, Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticReport diagnosticsReport);
new Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticUpdatedEventArgs : bool * Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticReport -> Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticUpdatedEventArgs
Public Sub New (append As Boolean, diagnosticsReport As DiagnosticReport)
Parameters
- append
- Boolean
Should diagnosticsReport
be appended to or replace the existing diagnostics.
- diagnosticsReport
- DiagnosticReport
New diagnostics.