TextDocumentClientCapabilities.LinkedEditingRange 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 setting which determines if linked editing range can be dynamically registered.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ LinkedEditingRange { Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="linkedEditingRange")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting LinkedEditingRange { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="linkedEditingRange")>]
member this.LinkedEditingRange : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
Public Property LinkedEditingRange As DynamicRegistrationSetting
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute