Freigeben über


ExtensibilityEventDiagnosticConfiguration Constructor

Definition

Initializes a new instance of the ExtensibilityEventDiagnosticConfiguration class.

public ExtensibilityEventDiagnosticConfiguration (string featureArea, string eventName, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty> metadataProperties);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityEventDiagnosticConfiguration : string * string * seq<Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticsProperty> -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityEventDiagnosticConfiguration
Public Sub New (featureArea As String, eventName As String, metadataProperties As IEnumerable(Of ExtensibilityDiagnosticsProperty))

Parameters

featureArea
String

The name of the feature area.

eventName
String

The name of the event.

metadataProperties
IEnumerable<ExtensibilityDiagnosticsProperty>

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