次の方法で共有


IAuditLogService インターフェイス

定義

Visual Studio コンポーネントからの監査イベントのログ記録に使用されるインターフェイス。

public interface IAuditLogService
type IAuditLogService = interface
Public Interface IAuditLogService

メソッド

WriteEventAsync(AuditLogEventType, AuditLogSource, String, IReadOnlyDictionary<String,String>, CancellationToken)

IDE マネージド監査ログ インスタンスにイベント エントリを書き込みます。

適用対象