Share via


DidSaveTextDocumentParams.Text Property

Definition

Gets or sets the String which represents the content of the text document when it was saved.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to