ContactsContract.GroupsColumns.Deleted 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use 'Android.Provider.ContactsContract.IGroupsColumns.Deleted'. This class will be removed in a future release.
如果數據列標示為要刪除,則預設為 「0」 旗標:「1」。
[Android.Runtime.Register("DELETED")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IGroupsColumns.Deleted'. This class will be removed in a future release.")]
public const string Deleted;
[<Android.Runtime.Register("DELETED")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IGroupsColumns.Deleted'. This class will be removed in a future release.")>]
val mutable Deleted : string
欄位值
- 屬性
備註
如果數據列標示為要刪除,則預設為 「0」 旗標:「1」。 在群組上呼叫 時 android.content.ContentResolver#delete
,會將其標示為要刪除。 同步配接器會刪除伺服器上的群組,然後再次呼叫 ContactResolver.delete,這次將查詢參數設定 ContactsContract#CALLER_IS_SYNCADAPTER
為完成數據移除。
類型:INTEGER
的 android.provider.ContactsContract.GroupsColumns.DELETED
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。