RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Konstruktor

Definice

Inicializuje instanci RemoteArgumentDictionaryEntry struktury pomocí zadaného klíče a hodnoty.

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)

Parametry

key
RemoteArgument

Hodnota RemoteArgument , která obsahuje klíč v novém RemoteArgumentDictionaryEntryobjektu .

value
RemoteArgument

Hodnota RemoteArgument , která obsahuje hodnotu v novém RemoteArgumentDictionaryEntryobjektu .

Platí pro