URLConnection.DefaultAllowUserInteraction Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il valore predefinito del allowUserInteraction campo. -oppure- Imposta il valore predefinito del allowUserInteraction campo per tutti gli oggetti futuri URLConnection sul valore specificato.
public static bool DefaultAllowUserInteraction { [Android.Runtime.Register("getDefaultAllowUserInteraction", "()Z", "")] get; [Android.Runtime.Register("setDefaultAllowUserInteraction", "(Z)V", "")] set; }
[<get: Android.Runtime.Register("getDefaultAllowUserInteraction", "()Z", "")>]
[<set: Android.Runtime.Register("setDefaultAllowUserInteraction", "(Z)V", "")>]
static member DefaultAllowUserInteraction : bool with get, set
Valore della proprietà
valore predefinito del allowUserInteraction campo.
- Attributi
Commenti
Documentazione del getter delle proprietà:
Restituisce il valore predefinito del allowUserInteraction campo.
Il valore predefinito è "sticky", essendo parte dello stato statico di tutti gli URLConnections. Questo flag si applica alla successiva e a tutti gli URLConnections seguenti creati.
per java.net.URLConnection.getDefaultAllowUserInteraction().
Documentazione del setter delle proprietà:
Imposta il valore predefinito del allowUserInteraction campo per tutti gli oggetti futuri URLConnection sul valore specificato.
per java.net.URLConnection.setDefaultAllowUserInteraction(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.