IContentType.DisplayName 属性

获取内容类型的显示名称。

命名空间:  Microsoft.VisualStudio.Utilities
程序集:  Microsoft.VisualStudio.CoreUtility(在 Microsoft.VisualStudio.CoreUtility.dll 中)

语法

声明
ReadOnly Property DisplayName As String
string DisplayName { get; }
property String^ DisplayName {
    String^ get ();
}
abstract DisplayName : string with get
function get DisplayName () : String

属性值

类型:String
内容类型的显示名称。

.NET Framework 安全性

请参阅

参考

IContentType 接口

Microsoft.VisualStudio.Utilities 命名空间