ContactsContract.GroupsColumns.Deleted 字段

定义

注意

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.DELETEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于