IContentType::TypeName Property

 

Gets the name of the content type.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

property String^ TypeName {
	String^ get();
}

Property Value

Type: System::String^

The name of the content type.

This name must be unique, and must not be null. Comparisons performed on this name are case-insensitive.

Return to top
Show: