CompletionItem.InsertTextFormat Property

Definition

Gets or sets the insert text format.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::InsertTextFormat InsertTextFormat { Microsoft::VisualStudio::LanguageServer::Protocol::InsertTextFormat get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::InsertTextFormat value); };
[System.Runtime.Serialization.DataMember(Name="insertTextFormat")]
public Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat InsertTextFormat { get; set; }
[System.Runtime.Serialization.DataMember(Name="insertTextFormat")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.ComponentModel.DefaultValue(Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat.Plaintext)]
public Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat InsertTextFormat { get; set; }
[<System.Runtime.Serialization.DataMember(Name="insertTextFormat")>]
member this.InsertTextFormat : Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat with get, set
[<System.Runtime.Serialization.DataMember(Name="insertTextFormat")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.ComponentModel.DefaultValue(Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat.Plaintext)>]
member this.InsertTextFormat : Microsoft.VisualStudio.LanguageServer.Protocol.InsertTextFormat with get, set
Public Property InsertTextFormat As InsertTextFormat

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute DefaultValueAttribute

Applies to