CalendarContract.EventsColumns.SelfAttendeeStatus フィールド

定義

注意事項

Use 'Android.Provider.CalendarContract.IEventsColumns.SelfAttendeeStatus'. This class will be removed in a future release.

これは、このイベントの所有者の出席者の状態のコピーです。

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

フィールド値

属性

注釈

これは、このイベントの所有者の出席者の状態のコピーです。 このフィールドはここにコピーされるため、Attendees テーブルを見ることなく、拒否されたイベントを効率的に除外できます。 列名。

型: INTEGER (int)

android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUSJava ドキュメント。

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

適用対象