次の方法で共有


WorkspaceEdit.Changes プロパティ

定義

既存のリソースに対する変更を保持するディクショナリを取得または設定します

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

プロパティ値

属性
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象