CompletionItem.InsertTextFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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