ExtensibilityDiagnosticEventMetadata 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 event diagnostic.
public class ExtensibilityDiagnosticEventMetadata : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticMetadata
type ExtensibilityDiagnosticEventMetadata = class
inherit ExtensibilityDiagnosticMetadata
Public Class ExtensibilityDiagnosticEventMetadata
Inherits ExtensibilityDiagnosticMetadata
- Inheritance
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) |