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

android.provider.DocumentsContract.Document.FLAG_DIR_SUPPORTS_CREATEJava ドキュメント。

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

適用対象