SelectionEvent.CreateSelectionStartedEvent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
"selection started" イベントを作成します。
[Android.Runtime.Register("createSelectionStartedEvent", "(II)Landroid/view/textclassifier/SelectionEvent;", "", ApiSince=28)]
public static Android.Views.TextClassifiers.SelectionEvent CreateSelectionStartedEvent(Android.Views.TextClassifiers.SelectionInvocationMethod invocationMethod, int start);
[<Android.Runtime.Register("createSelectionStartedEvent", "(II)Landroid/view/textclassifier/SelectionEvent;", "", ApiSince=28)>]
static member CreateSelectionStartedEvent : Android.Views.TextClassifiers.SelectionInvocationMethod * int -> Android.Views.TextClassifiers.SelectionEvent
パラメーター
- invocationMethod
- SelectionInvocationMethod
選択がトリガーされた方法
- start
- Int32
選択したテキストのインデックス
返品
この値は null にすることはできません。
- 属性
注釈
"selection started" イベントを作成します。
android.view.textclassifier.SelectionEvent.createSelectionStartedEventの Android リファレンス。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。