IExtensibilityDiagnosticReporter<T> Interface

Definition

Represents a diagnostic that is registered with the IExtensibilityDiagnosticsService.

public interface IExtensibilityDiagnosticReporter<T> where T : ExtensibilityDiagnosticConfiguration
type IExtensibilityDiagnosticReporter<'T (requires 'T :> ExtensibilityDiagnosticConfiguration)> = interface
Public Interface IExtensibilityDiagnosticReporter(Of T)

Type Parameters

T
Derived

Properties

Configuration

Gets the configuration associated with the diagnostic.

Applies to