Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the nested hang reports, if any.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Property NestedReports As IReadOnlyCollection(Of HangReportContribution)
public IReadOnlyCollection<HangReportContribution> NestedReports { get; private set; }
public:
property IReadOnlyCollection<HangReportContribution^>^ NestedReports {
IReadOnlyCollection<HangReportContribution^>^ get ();
private: void set (IReadOnlyCollection<HangReportContribution^>^ value);
}
member NestedReports : IReadOnlyCollection<HangReportContribution> with get, private set
function get NestedReports () : IReadOnlyCollection<HangReportContribution>
private function set NestedReports (value : IReadOnlyCollection<HangReportContribution>)
Property Value
Type: System.Collections.Generic.IReadOnlyCollection<HangReportContribution>
A read only collection, or nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.