ContactsContract.Directory.ExportSupportNone フィールド

定義

注意事項

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

#EXPORT_SUPPORTディレクトリからデータをコピーできないことを示す設定。

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

フィールド値

Value = 0
属性

注釈

#EXPORT_SUPPORTディレクトリからデータをコピーできないことを示す設定。

の Java ドキュメント android.provider.ContactsContract.Directory.EXPORT_SUPPORT_NONE

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

適用対象