DiagnosticUpdatedEventArgs Class
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.
Instance of the event args for the DiagnosticsUpdated event.
public ref class DiagnosticUpdatedEventArgs : EventArgs
[System.Runtime.Serialization.DataContract]
public class DiagnosticUpdatedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type DiagnosticUpdatedEventArgs = class
inherit EventArgs
Public Class DiagnosticUpdatedEventArgs
Inherits EventArgs
- Inheritance
-
DiagnosticUpdatedEventArgs
- Attributes
Constructors
DiagnosticUpdatedEventArgs() | |
DiagnosticUpdatedEventArgs(Boolean, DiagnosticReport) |
Initializes a new instance of the DiagnosticUpdatedEventArgs class. |
Properties
Append |
Gets a value indicating whether the diagnostics in DiagnosticsReport should be appended to or replace the existing diagnostics. |
DiagnosticsReport |
Gets the new diagnostics. |
Remove |
Gets a value indicating whether the documents in DiagnosticsReport should be removed. |