Condividi tramite


Attributes.Remove(Object) Metodo

Definizione

Rimuove l'attributo con il nome (chiave) specificato da questa mappa.

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

Parametri

name
Object

nome attributo

Restituisce

valore precedente dell'attributo o Null se non

Attributi

Commenti

Rimuove l'attributo con il nome (chiave) specificato da questa mappa. Restituisce il valore dell'attributo precedente oppure null se non è presente alcun valore.

Documentazione java per java.util.jar.Attributes.remove(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