共用方式為


BaseInputConnection.TakeSnapshot 方法

定義

使用擷取自 BaseInputConnection的資訊建構TextSnapshot的預設實作。

[Android.Runtime.Register("takeSnapshot", "()Landroid/view/inputmethod/TextSnapshot;", "GetTakeSnapshotHandler", ApiSince=33)]
public virtual Android.Views.InputMethods.TextSnapshot? TakeSnapshot ();
[<Android.Runtime.Register("takeSnapshot", "()Landroid/view/inputmethod/TextSnapshot;", "GetTakeSnapshotHandler", ApiSince=33)>]
abstract member TakeSnapshot : unit -> Android.Views.InputMethods.TextSnapshot
override this.TakeSnapshot : unit -> Android.Views.InputMethods.TextSnapshot

傳回

null 當無法完全取得時 TextSnapshot

實作

屬性

備註

使用擷取自 BaseInputConnection的資訊建構TextSnapshot的預設實作。

android.view.inputmethod.BaseInputConnection.takeSnapshot()Java 檔。

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

適用於