CompletionItem.InsertText 属性

定义

获取或设置插入文本。

public:
 property System::String ^ InsertText { System::String ^ get(); void set(System::String ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="insertText")]
public string InsertText { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="insertText")>]
member this.InsertText : string with get, set
Public Property InsertText As String

属性值

String
属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

适用于