次の方法で共有


ExtensibilityPointDiagnosticConfiguration Class

Definition

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

public class ExtensibilityPointDiagnosticConfiguration : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticConfiguration
type ExtensibilityPointDiagnosticConfiguration = class
    inherit ExtensibilityDiagnosticConfiguration
Public Class ExtensibilityPointDiagnosticConfiguration
Inherits ExtensibilityDiagnosticConfiguration
Inheritance
ExtensibilityPointDiagnosticConfiguration

Constructors

ExtensibilityPointDiagnosticConfiguration(String, String, IEnumerable<ExtensibilityDiagnosticsProperty>)

Initializes a new instance of the ExtensibilityPointDiagnosticConfiguration class.

Properties

FeatureArea

Gets the name of the feature area.

(Inherited from ExtensibilityDiagnosticConfiguration)
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.

(Inherited from ExtensibilityDiagnosticConfiguration)
ShowNameColumn

Gets or sets a value indicating whether or not the "Name" column should be shown in the UI for this extensibility point.

Subcategory

Gets the name of the component.

Applies to