IRemoteArgumentDictionaryContract.Add(RemoteArgument, RemoteArgument) Método

Definição

Adiciona um elemento com uma chave e um valor especificados no 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)

Parâmetros

key
RemoteArgument

O RemoteArgument a ser usado como chave do elemento a ser adicionado.

value
RemoteArgument

O RemoteArgument a ser usado como valor do elemento a ser adicionado.

Exceções

Já existe um elemento com a mesma chave no IRemoteArgumentDictionaryContract.

Aplica-se a