Completion.InsertionText 屬性
取得要在此完成被認可時插入緩衝區中的文字。
命名空間: Microsoft.VisualStudio.Language.Intellisense
組件: Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
語法
'宣告
Public Overridable Property InsertionText As String
public virtual string InsertionText { get; set; }
public:
virtual property String^ InsertionText {
String^ get ();
void set (String^ value);
}
abstract InsertionText : string with get, set
override InsertionText : string with get, set
function get InsertionText () : String
function set InsertionText (value : String)
屬性值
類型:String
要插入的文字。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。