HttpDiagnosticProviderRequestSentEventArgs.SourceLocations Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Aufrufstapel des Quellspeicherorts ab.
public:
property IVectorView<HttpDiagnosticSourceLocation ^> ^ SourceLocations { IVectorView<HttpDiagnosticSourceLocation ^> ^ get(); };
IVectorView<HttpDiagnosticSourceLocation> SourceLocations();
public IReadOnlyList<HttpDiagnosticSourceLocation> SourceLocations { get; }
var iVectorView = httpDiagnosticProviderRequestSentEventArgs.sourceLocations;
Public ReadOnly Property SourceLocations As IReadOnlyList(Of HttpDiagnosticSourceLocation)
Eigenschaftswert
Der Aufrufstapel des Quellspeicherorts.