CalendarContract.CalendarColumns.CalendarColorKey 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use 'Android.Provider.CalendarContract.ICalendarColumns.CalendarColorKey'. This class will be removed in a future release.
用來從數據表中查閱色彩的 Colors
索引鍵。
[Android.Runtime.Register("CALENDAR_COLOR_KEY")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.CalendarColorKey'. This class will be removed in a future release.")]
public const string CalendarColorKey;
[<Android.Runtime.Register("CALENDAR_COLOR_KEY")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.CalendarColorKey'. This class will be removed in a future release.")>]
val mutable CalendarColorKey : string
欄位值
- 屬性
備註
用來從數據表中查閱色彩的 Colors
索引鍵。 NULL 或空字串會保留,表示行事曆不會使用索引鍵來查閱色彩。 當有效的金鑰寫入此資料行時,提供者會自動更新 #CALENDAR_COLOR
。 索引鍵必須參考數據表的現有數據列 Colors
。
的 android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。