StringPrototype.concat(Object, Object[]) Methode

Definition

Fügt die angegebenen Argumente an das angegebene Objekt an.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

args
Object[]

Die Argumente, die an thisob angefügt werden sollen.

Gibt zurück

Eine Zeichenfolgendarstellung von thisob, an die args angefügt wurde.

Attribute

Gilt für:

Weitere Informationen