ExtensibilityDiagnosticConfiguration Class

Definition

Contains properties related to the configuration or a VisualStudio.Extensibility diagnostic.

public abstract class ExtensibilityDiagnosticConfiguration
type ExtensibilityDiagnosticConfiguration = class
Public MustInherit Class ExtensibilityDiagnosticConfiguration
Inheritance
ExtensibilityDiagnosticConfiguration
Derived

Constructors

ExtensibilityDiagnosticConfiguration(String, IEnumerable<ExtensibilityDiagnosticsProperty>)

Initializes a new instance of the ExtensibilityDiagnosticConfiguration class.

Properties

FeatureArea

Gets the name of the feature area.

MetadataProperties

Gets the name of the metadata properties related to the component. This will be displayed in the UI in the order that they appear in the list. Do not include an identifier in this list.

Applies to