RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Construtor

Definição

Inicializa uma instância da RemoteArgumentDictionaryEntry estrutura 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 no novo RemoteArgumentDictionaryEntry.

value
RemoteArgument

O RemoteArgument que contém o valor no novo RemoteArgumentDictionaryEntry.

Aplica-se a