ExtensibilityDiagnosticReporter<TItem,VConfiguration>.InitializeProperties 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.
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.