ExtensibilityDiagnosticManager<T>.InitializeDiagnosticEvents Method
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.
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.