ApplyWorkspaceEditResponse Class
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.
Class representing the response sent for a workspace/applyEdit request.
See the Language Server Protocol specification for additional information.
public ref class ApplyWorkspaceEditResponse
[System.Runtime.Serialization.DataContract]
public class ApplyWorkspaceEditResponse
[<System.Runtime.Serialization.DataContract>]
type ApplyWorkspaceEditResponse = class
Public Class ApplyWorkspaceEditResponse
- Inheritance
-
ApplyWorkspaceEditResponse
- Attributes
Constructors
ApplyWorkspaceEditResponse() |
Properties
Applied |
Gets or sets a value indicating whether edits were applied or not. |
FailureReason |
Gets or sets a string with textual description for why the edit was not applied. |