ExtensibilityDiagnosticReporter<TItem,VConfiguration>.PropertySelectors Property
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.
Gets the set of properties registered for this diagnostic and functions for how to extract the properties out of the objects mapped to the diagnostic.
protected System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.ExtensibilityMetadataPropertySelector<TItem>> PropertySelectors { get; }
member this.PropertySelectors : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.ExtensibilityMetadataPropertySelector<'Item>>
Protected ReadOnly Property PropertySelectors As IReadOnlyList(Of ExtensibilityMetadataPropertySelector(Of TItem))