ClassificationTypeAttribute Class

Definition

Used to declare the name for a logical classification type and the name of a classification type from which it is derived.

C++/CX
public ref class ClassificationTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
Inheritance
ClassificationTypeAttribute

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

Properties

ClassificationTypeNames

Gets or sets the name of this classification type.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022

See also