HangReportContribution::NestedReports Property
Visual Studio 2015
Gets the nested hang reports, if any.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
public: property IReadOnlyCollection<HangReportContribution^>^ NestedReports { IReadOnlyCollection<HangReportContribution^>^ get(); private: void set(IReadOnlyCollection<HangReportContribution^>^ value); }
Property Value
Type: System.Collections.Generic::IReadOnlyCollection<HangReportContribution^>^A read only collection, or null.
Show: