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 安全性

请参阅

参考

Completion 类

Microsoft.VisualStudio.Language.Intellisense 命名空间