Freigeben über


ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata Constructor

Definition

Initializes a new instance of the ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata class.

public ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata (string featureArea, string subcategory, string extensionItemId, string propertyDisplayName, string value);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata : string * string * string * string * string -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata
Public Sub New (featureArea As String, subcategory As String, extensionItemId As String, propertyDisplayName As String, value As String)

Parameters

featureArea
String

The name of the feature area.

subcategory
String

The name of the component.

extensionItemId
String

The identifier of the extension item that was discovered.

propertyDisplayName
String

The display name of the property that was updated.

value
String

The new value of the property.

Applies to