View.DragFlagGlobalUriRead フィールド

定義

注意事項

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

このフラグを と共に #DRAG_FLAG_GLOBAL使用すると、ドラッグ受信者は オブジェクトに含まれるコンテンツ URI への読み取りアクセスを ClipData 要求できます。

[Android.Runtime.Register("DRAG_FLAG_GLOBAL_URI_READ", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)]
public const Android.Views.DragFlags DragFlagGlobalUriRead = 1;
[<Android.Runtime.Register("DRAG_FLAG_GLOBAL_URI_READ", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)>]
val mutable DragFlagGlobalUriRead : Android.Views.DragFlags

フィールド値

Value = 1
属性

注釈

このフラグを と共に #DRAG_FLAG_GLOBAL使用すると、ドラッグ受信者は オブジェクトに含まれるコンテンツ URI への読み取りアクセスを ClipData 要求できます。

android.view.View.DRAG_FLAG_GLOBAL_URI_READJava ドキュメント。

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

適用対象