RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Constructeur
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.
Initialise une instance de la RemoteArgumentDictionaryEntry structure avec la clé et la valeur spécifiées.
public:
RemoteArgumentDictionaryEntry(System::AddIn::Contract::RemoteArgument key, System::AddIn::Contract::RemoteArgument value);
public RemoteArgumentDictionaryEntry(System.AddIn.Contract.RemoteArgument key, System.AddIn.Contract.RemoteArgument value);
new System.AddIn.Contract.Collections.RemoteArgumentDictionaryEntry : System.AddIn.Contract.RemoteArgument * System.AddIn.Contract.RemoteArgument -> System.AddIn.Contract.Collections.RemoteArgumentDictionaryEntry
Public Sub New (key As RemoteArgument, value As RemoteArgument)
Paramètres
- key
- RemoteArgument
Qui RemoteArgument contient la clé dans le nouveau RemoteArgumentDictionaryEntry.
- value
- RemoteArgument
Qui RemoteArgument contient la valeur dans le nouveau RemoteArgumentDictionaryEntry.