共用方式為


CompletionInfo 建構函式

定義

多載

CompletionInfo(Int64, Int32, ICharSequence)

使用文字建立簡單的完成,而不需要標籤。

CompletionInfo(Int64, Int32, String)

使用文字建立簡單的完成,而不需要標籤。

CompletionInfo(Int64, Int32, ICharSequence, ICharSequence)

使用文字和標籤建立完整完成。

CompletionInfo(Int64, Int32, String, String)

使用文字和標籤建立完整完成。

CompletionInfo(Int64, Int32, ICharSequence)

使用文字建立簡單的完成,而不需要標籤。

[Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;)V", "")]
public CompletionInfo (long id, int index, Java.Lang.ICharSequence? text);
[<Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;)V", "")>]
new Android.Views.InputMethods.CompletionInfo : int64 * int * Java.Lang.ICharSequence -> Android.Views.InputMethods.CompletionInfo

參數

id
Int64

以目前身分傳遞的識別碼(由編輯自行決定)

index
Int32

以目前的形式傳遞的索引。 一般而言,這是編輯器內完成清單中的索引。

text
ICharSequence

選擇此完成時,應該插入編輯器中的文字。

屬性

備註

使用文字建立簡單的完成,而不需要標籤。

android.view.inputmethod.CompletionInfo.CompletionInfo(long, int, java.lang.CharSequence)Java 檔。

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

適用於

CompletionInfo(Int64, Int32, String)

使用文字建立簡單的完成,而不需要標籤。

[Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;)V", "")]
public CompletionInfo (long id, int index, string? text);
[<Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;)V", "")>]
new Android.Views.InputMethods.CompletionInfo : int64 * int * string -> Android.Views.InputMethods.CompletionInfo

參數

id
Int64
index
Int32
text
String
屬性

備註

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

適用於

CompletionInfo(Int64, Int32, ICharSequence, ICharSequence)

使用文字和標籤建立完整完成。

[Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;Ljava/lang/CharSequence;)V", "")]
public CompletionInfo (long id, int index, Java.Lang.ICharSequence? text, Java.Lang.ICharSequence? label);
[<Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;Ljava/lang/CharSequence;)V", "")>]
new Android.Views.InputMethods.CompletionInfo : int64 * int * Java.Lang.ICharSequence * Java.Lang.ICharSequence -> Android.Views.InputMethods.CompletionInfo

參數

id
Int64

以目前身分傳遞的識別碼(由編輯自行決定)

index
Int32

以目前的形式傳遞的索引。 一般而言,這是編輯器內完成清單中的索引。

text
ICharSequence

選擇此完成時,應該插入編輯器中的文字。

label
ICharSequence

輸入法應該在完成清單之間顯示的文字。

屬性

備註

使用文字和標籤建立完整完成。 文字會插入編輯器中,而標籤則是輸入法應該顯示的內容。 如果兩者相同,請使用不含 'label' 自變數的建構函式版本。

android.view.inputmethod.CompletionInfo.CompletionInfo(long, int, java.lang.CharSequence, java.lang.CharSequence)Java 檔。

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

適用於

CompletionInfo(Int64, Int32, String, String)

使用文字和標籤建立完整完成。

[Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;Ljava/lang/CharSequence;)V", "")]
public CompletionInfo (long id, int index, string? text, string? label);
[<Android.Runtime.Register(".ctor", "(JILjava/lang/CharSequence;Ljava/lang/CharSequence;)V", "")>]
new Android.Views.InputMethods.CompletionInfo : int64 * int * string * string -> Android.Views.InputMethods.CompletionInfo

參數

id
Int64
index
Int32
text
String
label
String
屬性

備註

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

適用於