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>

属性值

ListInputMethodInfo

属性

注解

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

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

Java文档android.view.inputmethod.InputMethodManager.getInputMethodList()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于