ExtensibilityDiagnosticExtensionItemMetadata Class
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.
Contains metadata related to a VisualStudio.Extensibility extension item diagnostic.
public abstract class ExtensibilityDiagnosticExtensionItemMetadata : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticMetadata
type ExtensibilityDiagnosticExtensionItemMetadata = class
inherit ExtensibilityDiagnosticMetadata
Public MustInherit Class ExtensibilityDiagnosticExtensionItemMetadata
Inherits ExtensibilityDiagnosticMetadata
- Inheritance
- Derived
Constructors
ExtensibilityDiagnosticExtensionItemMetadata(String, String, String) |
Initializes a new instance of the ExtensibilityDiagnosticExtensionItemMetadata class. |
Properties
ExtensionItemId |
Gets the identifier of the extension item that was discovered. |
FeatureArea |
Gets the name of the extensibility component that the metadata pertains to. (Inherited from ExtensibilityDiagnosticMetadata) |
Subcategory |
Gets the name of the component. |
Timestamp |
Gets or sets the timestamp associated with the metadata. (Inherited from ExtensibilityDiagnosticMetadata) |