ClassificationTypeAttribute 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 the name for a logical classification type and the name of a classification type from which it is derived.
public ref class ClassificationTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttributepublic ref class ClassificationTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttributepublic sealed class ClassificationTypeAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttributetype ClassificationTypeAttribute = class
    inherit MultipleBaseMetadataAttributePublic NotInheritable Class ClassificationTypeAttribute
Inherits MultipleBaseMetadataAttribute- Inheritance
Remarks
This attribute is used to provide metadata for the ClassificationTypeDefinition MEF export. The IClassificationTypeRegistryService service uses this to construct IClassificationType objects.
This attribute can be stacked, so that a IClassificationType can multiply inherit from different base types.
Constructors
| ClassificationTypeAttribute() | Initializes a new instance of ClassificationTypeAttribute. | 
Properties
| ClassificationTypeNames | Gets or sets the name of this classification type. |