共用方式為


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

適用於