DocumentsContract.Root.FlagSupportsIsChild フィールド

定義

注意事項

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

このルートが親の子リレーションシップのテストをサポートしていることを示すフラグ。

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

フィールド値

Value = 16
属性

注釈

このルートが親の子リレーションシップのテストをサポートしていることを示すフラグ。

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

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

適用対象