View.DragFlagGlobalUriRead 欄位

定義

警告

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

當這個旗標與 搭配 #DRAG_FLAG_GLOBAL 使用時,拖曳收件者將能夠要求讀取權限,以存取 物件中包含的 ClipData 內容 URI) (。

[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 使用時,拖曳收件者將能夠要求讀取權限,以存取 物件中包含的 ClipData 內容 URI) (。

android.view.View.DRAG_FLAG_GLOBAL_URI_READ JAVA 檔。

此頁面的部分是根據 原始碼專案所建立和共用的工作進行修改,並根據中所述的詞彙使用。

適用於