WorkspaceEdit 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 a request sent from a language server to modify resources in the workspace.
See the Language Server Protocol specification for additional information.
public ref class WorkspaceEdit
[System.Runtime.Serialization.DataContract]
public class WorkspaceEdit
[<System.Runtime.Serialization.DataContract>]
type WorkspaceEdit = class
Public Class WorkspaceEdit
- Inheritance
-
WorkspaceEdit
- Attributes
Constructors
WorkspaceEdit() |
Properties
Changes |
Gets or sets a dictionary holding changes to existing resources |
DocumentChanges |
Gets or sets an array representing versioned document changes |