URLConnection.AllowUserInteraction Proprietà

Definizione

Restituisce il valore del allowUserInteraction campo per questo oggetto. -oppure- Impostare il valore del allowUserInteraction campo di questo URLConnectionoggetto .

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

Valore della proprietà

valore del allowUserInteraction campo per questo oggetto.

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce il valore del allowUserInteraction campo per questo oggetto.

per java.net.URLConnection.getAllowUserInteraction().

Documentazione del setter delle proprietà:

Impostare il valore del allowUserInteraction campo di questo URLConnectionoggetto .

per java.net.URLConnection.setAllowUserInteraction(boolean).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a