ChangeTypeAttribute 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.
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
ChangeTypeAttribute(ChangeTypes) |
Creates new instance of the ChangeTypeAttribute. |
Properties
ChangeType |
ChangeTypes value declared by this attribute. |