DiagnosticUpdatedEventArgs.DiagnosticsReport Property
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.
Gets the new diagnostics.
public:
property Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::DiagnosticReport ^ DiagnosticsReport { Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::DiagnosticReport ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticReport DiagnosticsReport { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.DiagnosticsReport : Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticReport
Public ReadOnly Property DiagnosticsReport As DiagnosticReport
Property Value
- Attributes