URLConnection.AllowUserInteraction プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このオブジェクトの allowUserInteraction フィールドの値を返します。 または、このURLConnectionのallowUserInteraction フィールドの値を設定します。
public virtual bool AllowUserInteraction { [Android.Runtime.Register("getAllowUserInteraction", "()Z", "GetGetAllowUserInteractionHandler")] get; [Android.Runtime.Register("setAllowUserInteraction", "(Z)V", "GetSetAllowUserInteraction_ZHandler")] set; }
[<get: Android.Runtime.Register("getAllowUserInteraction", "()Z", "GetGetAllowUserInteractionHandler")>]
[<set: Android.Runtime.Register("setAllowUserInteraction", "(Z)V", "GetSetAllowUserInteraction_ZHandler")>]
member this.AllowUserInteraction : bool with get, set
プロパティ値
このオブジェクトの allowUserInteraction フィールドの値。
- 属性
注釈
プロパティ getter のドキュメント:
このオブジェクトの allowUserInteraction フィールドの値を返します。
プロパティ セッターのドキュメント:
このURLConnectionのallowUserInteraction フィールドの値を設定します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。