Udostępnij za pośrednictwem


ExtensibilityDiagnosticManager<T>.InitializeDiagnosticEvents Method

Definition

Creates the set of IExtensibilityDiagnosticEventReporter that the will extensibility point registers.

protected virtual System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.IExtensibilityDiagnosticEventReporter> InitializeDiagnosticEvents ();
abstract member InitializeDiagnosticEvents : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.IExtensibilityDiagnosticEventReporter>
override this.InitializeDiagnosticEvents : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.IExtensibilityDiagnosticEventReporter>
Protected Overridable Function InitializeDiagnosticEvents () As IReadOnlyList(Of IExtensibilityDiagnosticEventReporter)

Returns

The set of IExtensibilityDiagnosticEventReporter that the extensibility point will register.

Applies to