HangReportContribution.NestedReports Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.