ExtensibilityEventDiagnosticConfiguration Class
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.
Contains properties related to the configuration or a VisualStudio.Extensibility event diagnostic.
public class ExtensibilityEventDiagnosticConfiguration : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticConfiguration
type ExtensibilityEventDiagnosticConfiguration = class
inherit ExtensibilityDiagnosticConfiguration
Public Class ExtensibilityEventDiagnosticConfiguration
Inherits ExtensibilityDiagnosticConfiguration
- Inheritance
Constructors
ExtensibilityEventDiagnosticConfiguration(String, String, IEnumerable<ExtensibilityDiagnosticsProperty>) |
Initializes a new instance of the ExtensibilityEventDiagnosticConfiguration class. |
Properties
EventName |
Gets the name of the event. |
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) |
ShowIdColumn |
Gets or sets a value indicating whether or not the "Id" column should be shown in the UI for this event. |