Freigeben über


HttpDiagnosticProviderRequestResponseCompletedEventArgs.SourceLocations Eigenschaft

Definition

Ruft die Aufrufliste des Quellspeicherorts ab.

public:
 property IVectorView<HttpDiagnosticSourceLocation ^> ^ SourceLocations { IVectorView<HttpDiagnosticSourceLocation ^> ^ get(); };
IVectorView<HttpDiagnosticSourceLocation> SourceLocations();
public IReadOnlyList<HttpDiagnosticSourceLocation> SourceLocations { get; }
var iVectorView = httpDiagnosticProviderRequestResponseCompletedEventArgs.sourceLocations;
Public ReadOnly Property SourceLocations As IReadOnlyList(Of HttpDiagnosticSourceLocation)

Eigenschaftswert

Die Aufrufliste des Quellspeicherorts.

Gilt für: