ApplyWorkspaceEditParams Class

Definition

Class representing the parameters sent from a server to a client for the workspace/applyEdit request.

See the Language Server Protocol specification for additional information.

public ref class ApplyWorkspaceEditParams
[System.Runtime.Serialization.DataContract]
public class ApplyWorkspaceEditParams
[<System.Runtime.Serialization.DataContract>]
type ApplyWorkspaceEditParams = class
Public Class ApplyWorkspaceEditParams
Inheritance
ApplyWorkspaceEditParams
Attributes

Constructors

ApplyWorkspaceEditParams()

Properties

Edit

Gets or sets the edit to be applied to the workspace.

Label

Gets or sets the label associated with this edit.

Applies to