StringPrototype.concat(Object, 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 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