TextDocumentSyncOptions.Save 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否将保存通知发送到服务器。
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::SaveOptions ^ Save { Microsoft::VisualStudio::LanguageServer::Protocol::SaveOptions ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::SaveOptions ^ value); };
[System.Runtime.Serialization.DataMember(Name="save")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SaveOptions Save { get; set; }
[<System.Runtime.Serialization.DataMember(Name="save")>]
member this.Save : Microsoft.VisualStudio.LanguageServer.Protocol.SaveOptions with get, set
Public Property Save As SaveOptions
属性值
- 属性