WorkspaceEdit.Changes Propriedade

Definição

Obtém ou define um dicionário que contém alterações nos recursos existentes

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())

Valor da propriedade

Atributos
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a