DocumentsContract.Root.FlagLocalOnly フィールド

定義

注意事項

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

このルートがデバイス上で厳密にローカルなコンテンツを提供することを示すフラグ。

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

フィールド値

Value = 2
属性

注釈

このルートがデバイス上で厳密にローカルなコンテンツを提供することを示すフラグ。 つまり、コンテンツに対するネットワーク要求は行われません。

Javaドキュメント。

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

適用対象