ArrayPrototype.concat(Object, VsaEngine, Object[]) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Voegt objecten of matrices samen aan het einde van het opgegeven object of de opgegeven matrix.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
static Microsoft::JScript::ArrayObject ^ concat(System::Object ^ thisob, Microsoft::JScript::Vsa::VsaEngine ^ engine, ... cli::array <System::Object ^> ^ args);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Array_concat)]
public static Microsoft.JScript.ArrayObject concat(object thisob, Microsoft.JScript.Vsa.VsaEngine engine, params object[] args);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Array_concat)>]
static member concat : obj * Microsoft.JScript.Vsa.VsaEngine * obj[] -> Microsoft.JScript.ArrayObject
Public Shared Function concat (thisob As Object, engine As VsaEngine, ParamArray args As Object()) As ArrayObject
Parameters
- thisob
- Object
Het object waarop deze methode handelt.
- engine
- VsaEngine
Een verwijzing naar de scriptengine.
- args
- Object[]
De objecten of matrices waaraan moet worden toegevoegd thisob.
Retouren
thisob en args samengevoegd.
- Kenmerken