HangReportContribution.NestedReports 属性

定义

获取嵌套的挂起报告(如果有)。

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Threading::HangReportContribution ^> ^ NestedReports { System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Threading::HangReportContribution ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Threading.HangReportContribution> NestedReports { get; }
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Threading.HangReportContribution>? NestedReports { get; }
member this.NestedReports : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Threading.HangReportContribution>
Public ReadOnly Property NestedReports As IReadOnlyCollection(Of HangReportContribution)

属性值

只读集合或 null

适用于