共用方式為


ISmartTagAction.DisplayText 屬性

取得預設智慧標籤展示器中顯示的文字。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

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

屬性值

類型:String
顯示文字。

.NET Framework 安全性

請參閱

參考

ISmartTagAction 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間