Share via


ChangeTypeAttribute Class

Definition

Used to declare supported ChangeTypes by MEF components. A component can have multiple ChangeTypeAttributes indicating it supports more than one change type.

public sealed class ChangeTypeAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttribute
type ChangeTypeAttribute = class
    inherit MultipleBaseMetadataAttribute
Public NotInheritable Class ChangeTypeAttribute
Inherits MultipleBaseMetadataAttribute
Inheritance

Constructors

Name Description
ChangeTypeAttribute(ChangeTypes)

Creates new instance of the ChangeTypeAttribute.

Properties

Name Description
ChangeType

ChangeTypes value declared by this attribute.

Applies to