次の方法で共有


SelectionEvent.EventType プロパティ

定義

トリガーされたイベントの種類を返します。

public Android.Views.TextClassifiers.SelectionEventType EventType { [Android.Runtime.Register("getEventType", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEventType", "()I", "", ApiSince=28)>]
member this.EventType : Android.Views.TextClassifiers.SelectionEventType

プロパティ値

属性

注釈

トリガーされたイベントの種類を返します。 例を示します: #ACTION_COPY

の Java ドキュメントandroid.view.textclassifier.SelectionEvent.getEventType()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象