WillSaveTextDocumentParams.Reason 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 reason that the text document was saved.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSaveReason Reason { Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSaveReason get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSaveReason value); };
[System.Runtime.Serialization.DataMember(Name="reason")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSaveReason Reason { get; set; }
[<System.Runtime.Serialization.DataMember(Name="reason")>]
member this.Reason : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSaveReason with get, set
Public Property Reason As TextDocumentSaveReason
Property Value
- Attributes