DocumentsContract.Root.FlagSupportsSearch フィールド

定義

注意事項

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

このルートが検索をサポートすることを示すフラグ。

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

フィールド値

Value = 8
属性

注釈

このルートが検索をサポートすることを示すフラグ。

android.provider.DocumentsContract.Root.FLAG_SUPPORTS_SEARCHJava ドキュメント。

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

適用対象