ArrayPrototype.push(Object, Object[]) Metodo

Definizione

Aggiunge nuovi elementi alla fine della matrice specificata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static long push(System::Object ^ thisob, ... cli::array <System::Object ^> ^ args);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Array_push)]
public static long push (object thisob, params object[] args);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Array_push)>]
static member push : obj * obj[] -> int64
Public Shared Function push (thisob As Object, ParamArray args As Object()) As Long

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

args
Object[]

Elementi da aggiungere a thisob.

Restituisce

Int64

Nuova lunghezza di thisob.

Attributi

Si applica a

Vedi anche