DiagnosticCollection.Diagnostics Property

Definition

Gets the list of diagnostics for DocumentMoniker.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::Diagnostic ^> ^ Diagnostics { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::Diagnostic ^> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.Diagnostic> Diagnostics { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.Diagnostics : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.Diagnostic>
Public ReadOnly Property Diagnostics As IReadOnlyList(Of Diagnostic)

Property Value

Attributes

Applies to