HangReportContribution.NestedReports Property

Definition

Gets the nested hang reports, if any.

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)

Property Value

A read only collection, or null.

Applies to