Hover.Range Property

Definition

Gets or sets the range over which the hover applies.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ Range { Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ value); };
[System.Runtime.Serialization.DataMember(Name="range")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Range Range { get; set; }
[System.Runtime.Serialization.DataMember(Name="range")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.Range? Range { get; set; }
[<System.Runtime.Serialization.DataMember(Name="range")>]
member this.Range : Microsoft.VisualStudio.LanguageServer.Protocol.Range with get, set
[<System.Runtime.Serialization.DataMember(Name="range")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Range : Microsoft.VisualStudio.LanguageServer.Protocol.Range with get, set
Public Property Range As Range

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to