WorkspaceEdit.Changes 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 a dictionary holding changes to existing resources
public:
property System::Collections::Generic::Dictionary<System::String ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^> ^ Changes { System::Collections::Generic::Dictionary<System::String ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="changes")]
public System.Collections.Generic.Dictionary<string,Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]> Changes { get; set; }
[System.Runtime.Serialization.DataMember(Name="changes")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public System.Collections.Generic.Dictionary<string,Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]>? Changes { get; set; }
[<System.Runtime.Serialization.DataMember(Name="changes")>]
member this.Changes : System.Collections.Generic.Dictionary<string, Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]> with get, set
[<System.Runtime.Serialization.DataMember(Name="changes")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Changes : System.Collections.Generic.Dictionary<string, Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]> with get, set
Public Property Changes As Dictionary(Of String, TextEdit())
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute