Condividi tramite


Attributes.Get(Object) Metodo

Definizione

Restituisce il valore del nome dell'attributo specificato oppure Null se il nome dell'attributo non è stato trovato.

[Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetGet_Ljava_lang_Object_Handler")]
public virtual Java.Lang.Object? Get (Java.Lang.Object? name);
[<Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetGet_Ljava_lang_Object_Handler")>]
abstract member Get : Java.Lang.Object -> Java.Lang.Object
override this.Get : Java.Lang.Object -> Java.Lang.Object

Parametri

name
Object

nome dell'attributo

Restituisce

valore del nome dell'attributo specificato oppure null se non viene trovato.

Attributi

Commenti

Restituisce il valore del nome dell'attributo specificato oppure Null se il nome dell'attributo non è stato trovato.

Documentazione java per java.util.jar.Attributes.get(java.lang.Object).

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.

Si applica a