ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata 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 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.