WorkspaceEdit.Changes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un dictionnaire contenant les modifications apportées aux ressources existantes
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())
Valeur de propriété
- Attributs
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute