SemanticTokensDeltaPartialResult.Edits Property

Definition

Gets or sets an array of edits to apply to a previous response from a semantic tokens Document provider.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensEdit ^> ^ Edits { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensEdit ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensEdit ^> ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="edits")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensEdit[] Edits { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="edits")>]
member this.Edits : Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensEdit[] with get, set
Public Property Edits As SemanticTokensEdit()

Property Value

Attributes

Applies to