ExtensibilityDiagnosticExtensionItemMetadata(String, String, String) 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 ExtensibilityDiagnosticExtensionItemMetadata class.
public ExtensibilityDiagnosticExtensionItemMetadata (string featureArea, string subcategory, string extensionItemId);
new Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticExtensionItemMetadata : string * string * string -> Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticExtensionItemMetadata
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 component.
- extensionItemId
- String
The identifier of the extension item that was discovered.