ExtendedTypeDefinition 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.
Specifies additional type definitions for an object.
public ref class ExtendedTypeDefinition sealed
	public sealed class ExtendedTypeDefinition
	type ExtendedTypeDefinition = class
	Public NotInheritable Class ExtendedTypeDefinition
		- Inheritance
 - 
				ExtendedTypeDefinition
 
Constructors
| ExtendedTypeDefinition(String, IEnumerable<FormatViewDefinition>) | 
		 Constructor for the ExtendedTypeDefinition.  | 
        	
| ExtendedTypeDefinition(String) | 
		 Initiate an instance of ExtendedTypeDefinition with the type name.  | 
        	
Properties
| FormatViewDefinition | 
		 The formatting view definition for the specified type.  | 
        	
| TypeName | 
		 A format definition may apply to multiple types. This api returns the first typename that this format definition applies to, but there may be other types that apply. TypeNames should be used instead.  | 
        	
| TypeNames | 
		 The list of type names this set of format definitions applies to.  | 
        	
Methods
| ToString() | 
		 Overloaded to string method for better display.  |