Bundle.GetCharSequence 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetCharSequence(String, String) |
傳回與指定索引鍵相關聯的值,如果指定的索引鍵不存在所需的型別對應,或如果 null 值明確與指定的索引鍵產生關聯,則傳回 defaultValue。 |
GetCharSequence(String) |
傳回與指定索引鍵相關聯的值,如果指定的索引鍵或 Null 值明確與索引鍵相關聯,則傳回任何所需型別的對應則為 null。 |
GetCharSequence(String, String)
傳回與指定索引鍵相關聯的值,如果指定的索引鍵不存在所需的型別對應,或如果 null 值明確與指定的索引鍵產生關聯,則傳回 defaultValue。
public string? GetCharSequence (string? key, string? defaultValue);
member this.GetCharSequence : string * string -> string
參數
- key
- String
字串或 Null
- defaultValue
- String
如果索引鍵不存在或 Null 值與指定的索引鍵相關聯,則傳回的值。
傳回
與指定索引鍵相關聯的 CharSequence 值,如果沒有有效的 CharSequence 物件目前對應至該索引鍵,則為 defaultValue。
備註
傳回與指定索引鍵相關聯的值,如果指定的索引鍵不存在所需的型別對應,或如果 null 值明確與指定的索引鍵產生關聯,則傳回 defaultValue。
的 android.os.Bundle.getCharSequence(java.lang.String, java.lang.CharSequence)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
GetCharSequence(String)
傳回與指定索引鍵相關聯的值,如果指定的索引鍵或 Null 值明確與索引鍵相關聯,則傳回任何所需型別的對應則為 null。
public string? GetCharSequence (string? key);
member this.GetCharSequence : string -> string
參數
- key
- String
字串或 Null
傳回
CharSequence 值或 Null
備註
傳回與指定索引鍵相關聯的值,如果指定的索引鍵或 Null 值明確與索引鍵相關聯,則傳回任何所需型別的對應則為 null。
的 android.os.Bundle.getCharSequence(java.lang.String)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。