RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma instância da RemoteArgumentDictionaryEntry estrutura com a chave e 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.