Share via


DiagnosticReport.DiagnosticCollections Property

Definition

Gets all the diagnostics associated with the ManagerId, GeneratorId pair.

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

Property Value

Attributes

Applies to