StringPrototype.concat(Object, Object[]) Methode

Definitie

Voegt de opgegeven argumenten toe aan het opgegeven object.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

args
Object[]

De argumenten die moeten worden toegevoegd aan thisob.

Retouren

Een tekenreeksweergave van thisob, waaraan args is toegevoegd.

Kenmerken

Van toepassing op

Zie ook