ApplyWorkspaceEditParams 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 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. |