SuggestionsInfo 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SuggestionsInfo(Parcel) |
建構函式。 |
SuggestionsInfo(Int32, String[]) |
建構函式。 |
SuggestionsInfo(Int32, String[], Int32, Int32) |
建構函式。 |
SuggestionsInfo(Parcel)
建構函式。
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public SuggestionsInfo (Android.OS.Parcel? source);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Views.TextService.SuggestionsInfo : Android.OS.Parcel -> Android.Views.TextService.SuggestionsInfo
參數
- source
- Parcel
- 屬性
備註
的 android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[])
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
SuggestionsInfo(Int32, String[])
建構函式。
[Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;)V", "")]
public SuggestionsInfo (int suggestionsAttributes, string[]? suggestions);
[<Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;)V", "")>]
new Android.Views.TextService.SuggestionsInfo : int * string[] -> Android.Views.TextService.SuggestionsInfo
參數
- suggestionsAttributes
- Int32
從文字服務
- suggestions
- String[]
從文字服務
- 屬性
備註
建構函式。
的 android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[])
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
SuggestionsInfo(Int32, String[], Int32, Int32)
建構函式。
[Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;II)V", "")]
public SuggestionsInfo (int suggestionsAttributes, string[]? suggestions, int cookie, int sequence);
[<Android.Runtime.Register(".ctor", "(I[Ljava/lang/String;II)V", "")>]
new Android.Views.TextService.SuggestionsInfo : int * string[] * int * int -> Android.Views.TextService.SuggestionsInfo
參數
- suggestionsAttributes
- Int32
從文字服務
- suggestions
- String[]
從文字服務
- cookie
- Int32
輸入 TextInfo 的 Cookie
- sequence
- Int32
輸入 TextInfo 的 Cookie
- 屬性
備註
建構函式。
的 android.view.textservice.SuggestionsInfo.SuggestionsInfo(int, java.lang.String[], int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。