Поделиться через


InputMethodManager.InputMethodList Свойство

Определение

Возвращает список установленных методов ввода.

public System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodInfo> InputMethodList { [Android.Runtime.Register("getInputMethodList", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getInputMethodList", "()Ljava/util/List;", "")>]
member this.InputMethodList : System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodInfo>

Значение свойства

List объекта InputMethodInfo.

Атрибуты

Комментарии

Возвращает список установленных методов ввода.

В многопользовательской среде этот API возвращает результат для пользователя вызывающего процесса.

Документация по Java для android.view.inputmethod.InputMethodManager.getInputMethodList().

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к