SelectionNodeBaseTCommitSelect Method
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected int CommitSelect(
int begin,
int end
)
Protected Function CommitSelect (
begin As Integer,
end As Integer
) As Integer
member CommitSelect :
begin : int *
end : int -> int
- begin Int32
- The inclusive index of the start of the range to select.
- end Int32
- The inclusive index of the end of the range to select.
Int32The number of items selected.