TrackingConfigurationElement.GetStringPairKey(String, String) 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.
Fusionne les deux chaînes spécifiées.
protected:
static System::String ^ GetStringPairKey(System::String ^ value1, System::String ^ value2);
protected static string GetStringPairKey (string value1, string value2);
static member GetStringPairKey : string * string -> string
Protected Shared Function GetStringPairKey (value1 As String, value2 As String) As String
Paramètres
- value1
- String
Première chaîne.
- value2
- String
Seconde chaîne.
Retours
Chaîne qui contient les deux chaînes.