Language

URLConnection.AllowUserInteraction プロパティ

定義

このオブジェクトの 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 フィールドの値を返します。

Javaドキュメント。

プロパティ セッターのドキュメント:

このURLConnectionのallowUserInteraction フィールドの値を設定します。

Javaドキュメント。

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

適用対象