SemanticTokensEdit.Data 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 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