ClassificationTypeDefinition 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.
Describes a data-only export for declaring classification types.
public ref class ClassificationTypeDefinition sealedpublic ref class ClassificationTypeDefinition sealedclass ClassificationTypeDefinition sealedpublic sealed class ClassificationTypeDefinitiontype ClassificationTypeDefinition = classPublic NotInheritable Class ClassificationTypeDefinition- Inheritance
- 
				ClassificationTypeDefinition
Examples
internal sealed class Components
{
   [Export]
   [Name("keyword")]            // required
   [BaseDefinition("text")]     // zero or more BaseDefinitions are allowed
   internal ClassificationTypeDefinition keywordDefinition;
   { other components }
}
Remarks
Because you cannot subclass this type, you can use the [Export] attribute with no type.
Constructors
| ClassificationTypeDefinition() | Initializes a new instance of ClassificationTypeDefinition. |