InputMethodManager.CurrentInputMethodSubtype 属性

定义

返回当前输入法子类型。

public Android.Views.InputMethods.InputMethodSubtype? CurrentInputMethodSubtype { [Android.Runtime.Register("getCurrentInputMethodSubtype", "()Landroid/view/inputmethod/InputMethodSubtype;", "")] get; }
[<get: Android.Runtime.Register("getCurrentInputMethodSubtype", "()Landroid/view/inputmethod/InputMethodSubtype;", "")>]
member this.CurrentInputMethodSubtype : Android.Views.InputMethods.InputMethodSubtype

属性值

属性

注解

返回当前输入法子类型。 此子类型是当前输入法中的子类型之一。 当当前输入法没有任何输入法子类型时,此方法返回 null。

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

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

适用于