CalendarContract.SyncColumns.Deleted フィールド

定義

注意事項

Use 'Android.Provider.CalendarContract.ISyncColumns.Deleted'. This class will be removed in a future release.

行が削除されたが、サーバーと同期されていないかどうか。

[Android.Runtime.Register("DELETED")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.ISyncColumns.Deleted'. This class will be removed in a future release.")]
public const string Deleted;
[<Android.Runtime.Register("DELETED")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.ISyncColumns.Deleted'. This class will be removed in a future release.")>]
val mutable Deleted : string

フィールド値

属性

注釈

行が削除されたが、サーバーと同期されていないかどうか。 削除された行は無視する必要があります。

型: INTEGER (ブール値)

android.provider.CalendarContract.SyncColumns.DELETEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象