KeyValueAccumulator.Append(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.
Cette API prend en charge l’infrastructure et n’est pas destinée à être utilisée directement dans votre code. Cette API pourra être changée ou supprimée dans les versions ultérieures.
public:
void Append(System::String ^ key, System::String ^ value);
public void Append (string key, string value);
member this.Append : string * string -> unit
Public Sub Append (key As String, value As String)
Paramètres
- key
- String
- value
- String