IExtensibilityDiagnosticReporter<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |