ExtensibilityDiagnosticRemovedExtensionItemMetadata 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 ExtensibilityDiagnosticRemovedExtensionItemMetadata class.
public ExtensibilityDiagnosticRemovedExtensionItemMetadata (string featureArea, string subcategory, string extensionItemId);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticRemovedExtensionItemMetadata : string * string * string -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticRemovedExtensionItemMetadata
Public Sub New (featureArea As String, subcategory As String, extensionItemId As String)
Parameters
- featureArea
- String
The name of the feature area.
- subcategory
- String
The name of the subcategory.
- extensionItemId
- String
The identifier of the extension item that was removed.