Bagikan melalui


HangReportContribution.NestedReports Property

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

See Also

Reference

HangReportContribution Class

Microsoft.VisualStudio.Threading Namespace