Share via


HttpDiagnosticProviderRequestSentEventArgs.SourceLocations プロパティ

定義

ソースの場所の呼び出し履歴を取得します。

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)

プロパティ値

ソースの場所の呼び出し履歴。

適用対象