InputMethodManager.EnabledInputMethodList 属性

定义

返回已启用的输入方法的列表。

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

属性值

InputMethodInfoList

属性

注解

返回已启用的输入方法的列表。

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

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

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

适用于