語言

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()

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於