RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Конструктор

Определение

Инициализирует экземпляр структуры RemoteArgumentDictionaryEntry с указанными ключом и значением.

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)

Параметры

key
RemoteArgument

RemoteArgument, содержащая ключ в новом RemoteArgumentDictionaryEntry.

value
RemoteArgument

RemoteArgument, содержащая значение в новом RemoteArgumentDictionaryEntry.

Применяется к