InputMethodService.CurrentInputConnection 屬性

定義

擷取系結至輸入法的目前使用中 InputConnection,如果沒有,則為 null。

public virtual Android.Views.InputMethods.IInputConnection? CurrentInputConnection { [Android.Runtime.Register("getCurrentInputConnection", "()Landroid/view/inputmethod/InputConnection;", "GetGetCurrentInputConnectionHandler")] get; }
[<get: Android.Runtime.Register("getCurrentInputConnection", "()Landroid/view/inputmethod/InputConnection;", "GetGetCurrentInputConnectionHandler")>]
member this.CurrentInputConnection : Android.Views.InputMethods.IInputConnection

屬性值

屬性

備註

擷取系結至輸入法的目前使用中 InputConnection,如果沒有,則為 null。

android.inputmethodservice.InputMethodService.getCurrentInputConnection()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於