Freigeben über


IContentType.DisplayName-Eigenschaft

Ruft den Anzeigenamen des Inhaltstyps ab.

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 with get
function get DisplayName () : String

Eigenschaftswert

Typ: String
Der Anzeigename des Inhaltstyps.

.NET Framework-Sicherheit

Siehe auch

Referenz

IContentType Schnittstelle

Microsoft.VisualStudio.Utilities-Namespace