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>

属性值

InputMethodInfoList

属性

注解

返回已安装的输入方法的列表。

在多用户环境中,此 API 返回调用进程用户的结果。

适用于 . 的 android.view.inputmethod.InputMethodManager.getInputMethodList()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于