EditorInfo.GetInitialTextAfterCursorFormatted(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 <目前游標位置之後文字的 var>長度</var> 字元。
[Android.Runtime.Register("getInitialTextAfterCursor", "(II)Ljava/lang/CharSequence;", "GetGetInitialTextAfterCursor_IIHandler", ApiSince=30)]
public virtual Java.Lang.ICharSequence? GetInitialTextAfterCursorFormatted (int length, int flags);
[<Android.Runtime.Register("getInitialTextAfterCursor", "(II)Ljava/lang/CharSequence;", "GetGetInitialTextAfterCursor_IIHandler", ApiSince=30)>]
abstract member GetInitialTextAfterCursorFormatted : int * int -> Java.Lang.ICharSequence
override this.GetInitialTextAfterCursorFormatted : int * int -> Java.Lang.ICharSequence
參數
- length
- Int32
文字的預期長度。
- flags
- Int32
提供控制如何傳回文字的其他選項。 可能是 0 或 InputConnection#GET_TEXT_WITH_STYLES
。
傳回
游標位置之後的文字;傳回文字的長度可能小於 <var>length</var>。 當數據指標之後沒有文字時,將會傳回空字串。 也可能是 null
編輯器或系統無法支援此通訊協定時。
- 屬性
備註
取得 <目前游標位置之後文字的 var>長度</var> 字元。 可能是 null
不支援通訊協定時。
的 android.view.inputmethod.EditorInfo.getInitialTextAfterCursor(int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。