IRemoteArgumentDictionaryContract.Add(RemoteArgument, RemoteArgument) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge un elemento con una chiave e un valore specificati all'oggetto IRemoteArgumentDictionaryContract.
public:
void Add(System::AddIn::Contract::RemoteArgument key, System::AddIn::Contract::RemoteArgument value);
public void Add (System.AddIn.Contract.RemoteArgument key, System.AddIn.Contract.RemoteArgument value);
abstract member Add : System.AddIn.Contract.RemoteArgument * System.AddIn.Contract.RemoteArgument -> unit
Public Sub Add (key As RemoteArgument, value As RemoteArgument)
Parametri
- key
- RemoteArgument
Oggetto RemoteArgument da usare come chiave dell'elemento da aggiungere.
- value
- RemoteArgument
Oggetto RemoteArgument da usare come valore dell'elemento da aggiungere.
Eccezioni
In IRemoteArgumentDictionaryContract è già presente un elemento con la stessa chiave.