DiagnosticReport.DiagnosticCollections 属性

定义

获取与、配对关联的所有 ManagerId 诊断 GeneratorId

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)

属性值

IReadOnlyList<DiagnosticCollection>
属性

适用于