IContentType.DisplayName Property

Gets the display name of the content type.

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

Syntax

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

Property Value

Type: System.String
The display name of the content type.

.NET Framework Security

See Also

Reference

IContentType Interface

Microsoft.VisualStudio.Utilities Namespace