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입니다.

적용 대상