ExtensibilityDiagnosticEventMetadata Constructor
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.
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.