SemanticTokensDelta.Edits 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 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