DiagnosticReport.DiagnosticCollections 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 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