ColorInformation.Range Property

Definition

Gets or sets the text range representing the color.

[System.Runtime.Serialization.DataMember(Name="range")]
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
Public Property Range As Range

Property Value

Attributes

Applies to