次の方法で共有


TextDocumentSaveRegistrationOptions.IncludeText Property

Definition

Gets or sets a value indicating whether the client should include the content on save.

public:
 property bool IncludeText { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="includeText")]
public bool IncludeText { get; set; }
[<System.Runtime.Serialization.DataMember(Name="includeText")>]
member this.IncludeText : bool with get, set
Public Property IncludeText As Boolean

Property Value

Attributes

Applies to