次の方法で共有


InputMethodService.GetTextForImeActionFormatted(ImeAction) メソッド

定義

指定 EditorInfo#imeOptions EditorInfo.imeOptionsされたボタン ラベルとして使用できるテキストを返します。

[Android.Runtime.Register("getTextForImeAction", "(I)Ljava/lang/CharSequence;", "GetGetTextForImeAction_IHandler")]
public virtual Java.Lang.ICharSequence? GetTextForImeActionFormatted (Android.Views.InputMethods.ImeAction imeOptions);
[<Android.Runtime.Register("getTextForImeAction", "(I)Ljava/lang/CharSequence;", "GetGetTextForImeAction_IHandler")>]
abstract member GetTextForImeActionFormatted : Android.Views.InputMethods.ImeAction -> Java.Lang.ICharSequence
override this.GetTextForImeActionFormatted : Android.Views.InputMethods.ImeAction -> Java.Lang.ICharSequence

パラメーター

imeOptions
ImeAction

EditorInfo#imeOptions EditorInfo.imeOptions値。

戻り値

使用するラベルを返します。アクションがない場合は null を返します。

属性

注釈

指定 EditorInfo#imeOptions EditorInfo.imeOptionsされたボタン ラベルとして使用できるテキストを返します。 アクションが要求されていない場合は null を返します。 返されるテキストが比較的短くなるという保証はないため、ソフト キーボードのキー ラベルのテキストとして使用したくない可能性があります。

の Java ドキュメントandroid.inputmethodservice.InputMethodService.getTextForImeAction(int)

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

適用対象