DocumentsContract.Document.FlagWebLinkable フィールド

定義

注意事項

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

ドキュメントの Web リンクを取得できることを示すフラグ。

[Android.Runtime.Register("FLAG_WEB_LINKABLE", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentContractFlags enum directly instead of this field.", true)]
public const Android.Provider.DocumentContractFlags FlagWebLinkable = 4096;
[<Android.Runtime.Register("FLAG_WEB_LINKABLE", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentContractFlags enum directly instead of this field.", true)>]
val mutable FlagWebLinkable : Android.Provider.DocumentContractFlags

フィールド値

Value = 4096
属性

注釈

ドキュメントの Web リンクを取得できることを示すフラグ。

android.provider.DocumentsContract.Document.FLAG_WEB_LINKABLEJava ドキュメント。

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

適用対象