Condividi tramite


AttributeListImpl.GetValue Metodo

Definizione

Overload

GetValue(Int32)
Obsoleti.

Ottenere il valore di un attributo (per posizione).

GetValue(String)
Obsoleti.

Ottenere il valore di un attributo (per nome).

GetValue(Int32)

Attenzione

deprecated

Ottenere il valore di un attributo (per posizione).

[Android.Runtime.Register("getValue", "(I)Ljava/lang/String;", "GetGetValue_IHandler")]
[System.Obsolete("deprecated")]
public virtual string? GetValue (int i);
[<Android.Runtime.Register("getValue", "(I)Ljava/lang/String;", "GetGetValue_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetValue : int -> string
override this.GetValue : int -> string

Parametri

i
Int32

Posizione dell'attributo nell'elenco.

Restituisce

Valore dell'attributo come stringa o null se non è presente alcun attributo in tale posizione.

Implementazioni

Attributi

Commenti

Ottenere il valore di un attributo (per posizione).

Documentazione java per org.xml.sax.helpers.AttributeListImpl.getValue(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Vedi anche

Si applica a

GetValue(String)

Attenzione

deprecated

Ottenere il valore di un attributo (per nome).

[Android.Runtime.Register("getValue", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetValue_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual string? GetValue (string? name);
[<Android.Runtime.Register("getValue", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetValue_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member GetValue : string -> string
override this.GetValue : string -> string

Parametri

name
String

Nome dell'attributo.

Restituisce

il valore dell'attributo denominato o null, se l'attributo non esiste.

Implementazioni

Attributi

Commenti

Ottenere il valore di un attributo (per nome).

Documentazione java per org.xml.sax.helpers.AttributeListImpl.getValue(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Vedi anche

Si applica a