SemanticTokensEdit.Data Property

Definition

Gets or sets an array containing the encoded semantic tokens information to insert into a previous response.

public:
 property cli::array <int> ^ Data { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="data")]
public int[]? Data { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="data")>]
member this.Data : int[] with get, set
Public Property Data As Integer()

Property Value

Int32[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to