TextSelection.Builder(Int32, Int32) Constructor
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.
Creates a builder used to build TextSelection
objects.
[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=26)]
public Builder (int startIndex, int endIndex);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=26)>]
new Android.Views.TextClassifiers.TextSelection.Builder : int * int -> Android.Views.TextClassifiers.TextSelection.Builder
Parameters
- startIndex
- Int32
the start index of the text selection.
- endIndex
- Int32
the end index of the text selection. Must be greater than startIndex
- Attributes
Remarks
Creates a builder used to build TextSelection
objects.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.