InputMethodManager.LastInputMethodSubtype 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳系統歷史上最後一次使用的 InputMethodSubtype 車輛。
public Android.Views.InputMethods.InputMethodSubtype? LastInputMethodSubtype { [Android.Runtime.Register("getLastInputMethodSubtype", "()Landroid/view/inputmethod/InputMethodSubtype;", "")] get; }
[<get: Android.Runtime.Register("getLastInputMethodSubtype", "()Landroid/view/inputmethod/InputMethodSubtype;", "")>]
member this.LastInputMethodSubtype : Android.Views.InputMethods.InputMethodSubtype
屬性值
最後一個 InputMethodSubtype,如果最後一個 IME null 沒有子型。
- 屬性
備註
回傳系統歷史上最後一次使用的 InputMethodSubtype 車輛。
Java 文件 android.view.inputmethod.InputMethodManager.getLastInputMethodSubtype()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。