ObjectType.StrCatObj(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Effectue une opération de concaténation de chaînes (&).
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static System::Object ^ StrCatObj(System::Object ^ vLeft, System::Object ^ vRight);
public static object StrCatObj (object? vLeft, object? vRight);
public static object StrCatObj (object vLeft, object vRight);
static member StrCatObj : obj * obj -> obj
Public Shared Function StrCatObj (vLeft As Object, vRight As Object) As Object
Paramètres
- vLeft
- Object
Obligatoire. Toute expression.
- vRight
- Object
Obligatoire. Toute expression.
Retours
Chaîne représentant la concaténation de vLeft
et vRight
.
Remarques
Cette classe prend en charge le compilateur Visual Basic et n’est pas destinée à être utilisée directement à partir de votre code.