ContentTypeDefinition 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.
Defines a content type.
public ref class ContentTypeDefinition sealedpublic ref class ContentTypeDefinition sealedclass ContentTypeDefinition sealedpublic sealed class ContentTypeDefinitiontype ContentTypeDefinition = classPublic NotInheritable Class ContentTypeDefinition- Inheritance
- 
				ContentTypeDefinition
Examples
internal sealed class Components
{
   [Export]
   [Name("Example")]            // required
   [BaseDefinition("text")]     // zero or more BaseDefinitions are allowed
   internal ContentTypeDefinition exampleDefinition;
   { other components }
}
Remarks
Because you cannot subclass this type, you can use the [Export] attribute with no type.
Constructors
| ContentTypeDefinition() | Initializes a new instance of ContentTypeDefinition. |