RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Costruttore

Definizione

Inizializza un'istanza della struttura RemoteArgumentDictionaryEntry con la chiave e il valore specificati.

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)

Parametri

key
RemoteArgument

Oggetto RemoteArgument che contiene la chiave nel nuovo oggetto RemoteArgumentDictionaryEntry.

value
RemoteArgument

Oggetto RemoteArgument che contiene il valore nel nuovo oggetto RemoteArgumentDictionaryEntry.

Si applica a