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