ArrayPrototype.concat(Object, VsaEngine, Object[]) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Verkettet Objekte oder Arrays mit dem Ende des angegebenen Objekts oder Arrays.
Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.
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
Parameter
- thisob
- Object
Das Objekt, für den diese Methode ausgeführt wird.
- engine
- VsaEngine
Ein Verweis auf die Skript-Engine.
- args
- Object[]
Die Objekte oder Arrays, die an thisob
angefügt werden sollen.
Gibt zurück
thisob
und args
, verkettet.
- Attribute