SemanticTokensDeltaParams.PreviousResultId 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 a property indicating the version of the semantic tokens Document provider response that the edits will be applied to.
public:
property System::String ^ PreviousResultId { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="previousResultId")]
public string PreviousResultId { get; set; }
[<System.Runtime.Serialization.DataMember(Name="previousResultId")>]
member this.PreviousResultId : string with get, set
Public Property PreviousResultId As String
Property Value
- Attributes