BaseInputConnection.PerformContextMenuAction(Int32) メソッド

定義

既定の実装では、何も行われません。

[Android.Runtime.Register("performContextMenuAction", "(I)Z", "GetPerformContextMenuAction_IHandler")]
public virtual bool PerformContextMenuAction (int id);
[<Android.Runtime.Register("performContextMenuAction", "(I)Z", "GetPerformContextMenuAction_IHandler")>]
abstract member PerformContextMenuAction : int -> bool
override this.PerformContextMenuAction : int -> bool

パラメーター

id
Int32

戻り値

実装

属性

注釈

既定の実装では、何も行われません。

android.view.inputmethod.BaseInputConnection.performContextMenuAction(int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象