次の方法で共有


IDiagnosticViewerService インターフェイス

定義

サービス クライアントは、 を使用して診断サービスに接続します。

public interface class IDiagnosticViewerService : IDisposable
public interface IDiagnosticViewerService : IDisposable
type IDiagnosticViewerService = interface
    interface IDisposable
Public Interface IDiagnosticViewerService
Implements IDisposable
実装

メソッド

RequestDiagnosticsAsync(IProgress<DiagnosticReport>, CancellationToken)

診断サービスに既知のすべての診断を要求します。

イベント

BuildOnlyDiagnosticCodesAdded

ビルドのみの診断コードが追加されたときに発生します。

DiagnosticManagerRemoved

マネージャーが切断されたときに発生します。

DiagnosticsUpdated

新しい診断が に報告されたときに発生しますIDiagnosticManagerService

適用対象