RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Construtor

Definição

Inicializa uma instância da estrutura RemoteArgumentDictionaryEntry com a chave e o valor especificados.

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)

Parâmetros

key
RemoteArgument

O RemoteArgument que contém a chave na nova RemoteArgumentDictionaryEntry.

value
RemoteArgument

O RemoteArgument que contém o valor na nova RemoteArgumentDictionaryEntry.

Aplica-se a