次の方法で共有


DocumentsContract.Document.FlagSupportsMove フィールド

定義

注意事項

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

同じドキュメント プロバイダー内の別の場所にドキュメントを移動できることを示すフラグ。

[Android.Runtime.Register("FLAG_SUPPORTS_MOVE", ApiSince=24)]
[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 FlagSupportsMove = 256;
[<Android.Runtime.Register("FLAG_SUPPORTS_MOVE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentContractFlags enum directly instead of this field.", true)>]
val mutable FlagSupportsMove : Android.Provider.DocumentContractFlags

フィールド値

Value = 256
属性

注釈

同じドキュメント プロバイダー内の別の場所にドキュメントを移動できることを示すフラグ。

の Java ドキュメントandroid.provider.DocumentsContract.Document.FLAG_SUPPORTS_MOVE

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象