Partilhar via


ExtensibilityDiagnosticEventMetadata Class

Definition

Contains metadata related to a VisualStudio.Extensibility event diagnostic.

public class ExtensibilityDiagnosticEventMetadata : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticMetadata
type ExtensibilityDiagnosticEventMetadata = class
    inherit ExtensibilityDiagnosticMetadata
Public Class ExtensibilityDiagnosticEventMetadata
Inherits ExtensibilityDiagnosticMetadata
Inheritance
ExtensibilityDiagnosticEventMetadata

Constructors

ExtensibilityDiagnosticEventMetadata(String, String, IReadOnlyDictionary<String,String>)

Initializes a new instance of the ExtensibilityDiagnosticEventMetadata class.

Properties

EventName

Gets the name of the event.

ExtensionId

Gets the id of the extension that the item that this event pertains to belongs to.

FeatureArea

Gets the name of the extensibility component that the metadata pertains to.

(Inherited from ExtensibilityDiagnosticMetadata)
ItemId

Gets the id of the item that this event pertains to. Ex. For the command executed event it would be the command's id. Must be non-null if the event's ShowIdColumn is true.

Metadata

Gets the metadata properties of the event.

Timestamp

Gets or sets the timestamp associated with the metadata.

(Inherited from ExtensibilityDiagnosticMetadata)

Applies to