Compartir a través de


ExtensibilityDiagnosticReporter<TItem,VConfiguration>.InitializeProperties Method

Definition

Initialize the dictionary of registered diagnostic properties.

protected abstract System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.ExtensibilityMetadataPropertySelector<TItem>> InitializeProperties ();
abstract member InitializeProperties : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.ExtensibilityMetadataPropertySelector<'Item>>
Protected MustOverride Function InitializeProperties () As IReadOnlyList(Of ExtensibilityMetadataPropertySelector(Of TItem))

Returns

A dictionary of registered diagnostic properties.

Applies to