DocumentsContract.Document.FlagDirSupportsCreate フィールド

定義

注意事項

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

ドキュメントがその中の新しいファイルの作成をサポートするディレクトリであることを示すフラグ。

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

フィールド値

Value = 8
属性

注釈

ドキュメントがその中の新しいファイルの作成をサポートするディレクトリであることを示すフラグ。 #COLUMN_MIME_TYPE#MIME_TYPE_DIRされている場合にのみ有効です。

Javaドキュメント。

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

適用対象