TextDocumentSyncOptions.Save Свойство

Определение

Возвращает или задает значение, указывающее, отправляются ли на сервер уведомления о сохранении.

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

Значение свойства

SaveOptions
Атрибуты

Применяется к