共用方式為


IVsDataViewCommonNodeInfo.TypeDisplayName 屬性

取得 UI 特定的顯示名稱。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Property TypeDisplayName As String
string TypeDisplayName { get; }
property String^ TypeDisplayName {
    String^ get ();
}
abstract TypeDisplayName : string with get
function get TypeDisplayName () : String

屬性值

類型:String
UI 特定的顯示名稱。

備註

這個名稱會顯示目前在屬性方格中的標題。

.NET Framework 安全性

請參閱

參考

IVsDataViewCommonNodeInfo 介面

Microsoft.VisualStudio.Data.Services 命名空間