Udostępnij za pośrednictwem


Właściwość HangReportContribution.NestedReports —

Pobiera raportów zagnieżdżone zawiesić się ewentualne.

Przestrzeń nazw:  Microsoft.VisualStudio.Threading
Zestaw:  Microsoft.VisualStudio.Threading (w Microsoft.VisualStudio.Threading.dll)

Składnia

'Deklaracja
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>)

Wartość właściwości

Typ: IReadOnlyCollection<HangReportContribution>
A czytać tylko kolekcji lub nullodwołanie o wartości null (Nothing w języku Visual Basic).

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

HangReportContribution Klasa

Przestrzeń nazw Microsoft.VisualStudio.Threading