SemanticTokensEdit.DeleteCount 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 the number of numbers to delete in the Data from the previous response.
public:
property int DeleteCount { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(Name="deleteCount")]
public int DeleteCount { get; set; }
[<System.Runtime.Serialization.DataMember(Name="deleteCount")>]
member this.DeleteCount : int with get, set
Public Property DeleteCount As Integer
Property Value
- Attributes