WorkspaceClientCapabilities.WorkspaceEdit 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 workspace edit setting.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::WorkspaceEditSetting ^ WorkspaceEdit { Microsoft::VisualStudio::LanguageServer::Protocol::WorkspaceEditSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::WorkspaceEditSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="workspaceEdit")]
public Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceEditSetting WorkspaceEdit { get; set; }
[System.Runtime.Serialization.DataMember(Name="workspaceEdit")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceEditSetting? WorkspaceEdit { get; set; }
[<System.Runtime.Serialization.DataMember(Name="workspaceEdit")>]
member this.WorkspaceEdit : Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceEditSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="workspaceEdit")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.WorkspaceEdit : Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceEditSetting with get, set
Public Property WorkspaceEdit As WorkspaceEditSetting
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute