DiagnosticReport.DiagnosticCollections 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与、配对关联的所有 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)
属性值
- 属性