HangReportContribution::NestedReports Property

 

Gets the nested hang reports, if any.

Namespace:   Microsoft.VisualStudio.Threading
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.

Return to top
Show: