CalendarContract.EventsColumns.AccessConfidential フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Provider.EventsAccess enum directly instead of this field.

機密はアプリでは使用されません。

[Android.Runtime.Register("ACCESS_CONFIDENTIAL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.EventsAccess enum directly instead of this field.", true)]
public const Android.Provider.EventsAccess AccessConfidential = 1;
[<Android.Runtime.Register("ACCESS_CONFIDENTIAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.EventsAccess enum directly instead of this field.", true)>]
val mutable AccessConfidential : Android.Provider.EventsAccess

フィールド値

Value = 1
属性

注釈

機密はアプリでは使用されません。

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

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

適用対象