Freigeben über


ExtensibilityDiagnosticAddedExtensionItemMetadata Constructor

Definition

Initializes a new instance of the ExtensibilityDiagnosticAddedExtensionItemMetadata class.

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

Parameters

featureArea
String

The name of the feature area.

subcategory
String

The name of the component.

extensionId
String

The identifier of the extension that the extension item belongs to.

extensionItemId
String

The identifier of the extension item that was discovered.

metadata
IReadOnlyDictionary<String,String>

The metadata properties of the extension item.

Applies to