Freigeben über


ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata Class

Definition

Contains metadata related to a VisualStudio.Extensibility extension item property update diagnostic.

public class ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticExtensionItemMetadata
type ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata = class
    inherit ExtensibilityDiagnosticExtensionItemMetadata
Public Class ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata
Inherits ExtensibilityDiagnosticExtensionItemMetadata
Inheritance
ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata

Constructors

ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata(String, String, String, String, String)

Initializes a new instance of the ExtensibilityDiagnosticExtensionItemPropertyUpdatedMetadata class.

Properties

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)
PropertyDisplayName

Gets the display name of the property that was updated.

Subcategory

Gets the name of the component.

(Inherited from ExtensibilityDiagnosticExtensionItemMetadata)
Timestamp

Gets or sets the timestamp associated with the metadata.

(Inherited from ExtensibilityDiagnosticMetadata)
Value

Gets the new value of the property.

Applies to