IContentType.TypeName Property

Gets the name of the content type.

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

Syntax

'Declaration
ReadOnly Property TypeName As String
string TypeName { get; }
property String^ TypeName {
    String^ get ();
}
abstract TypeName : string with get
function get TypeName () : String

Property Value

Type: String
The name of the content type.

Remarks

This name must be unique, and must not be nulla null reference (Nothing in Visual Basic). Comparisons performed on this name are case-insensitive.

.NET Framework Security

See Also

Reference

IContentType Interface

Microsoft.VisualStudio.Utilities Namespace