Partilhar via


ExtensibilityDiagnosticEventMetadata Constructor

Definition

Initializes a new instance of the ExtensibilityDiagnosticEventMetadata class.

public ExtensibilityDiagnosticEventMetadata (string featureArea, string eventName, System.Collections.Generic.IReadOnlyDictionary<string,string> metadata);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticEventMetadata : string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticEventMetadata
Public Sub New (featureArea As String, eventName As String, metadata As IReadOnlyDictionary(Of String, String))

Parameters

featureArea
String

The name of the feature area.

eventName
String

The name of the event.

metadata
IReadOnlyDictionary<String,String>

The metadata properties of the event.

Applies to