ContactsContract.ContactsColumns.InDefaultDirectory フィールド

定義

注意事項

Use 'Android.Provider.ContactsContract.IContactsColumns.InDefaultDirectory'. This class will be removed in a future release.

連絡先が既定のディレクトリ内に存在するかどうかを反映するフラグ。

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

フィールド値

属性

注釈

連絡先が既定のディレクトリ内に存在するかどうかを反映するフラグ。 つまり、連絡先が外部検索でのみ表示されるように設計されているかどうか。

android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORYJava ドキュメント。

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

適用対象