RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Constructor

Definition

Initializes an instance of the RemoteArgumentDictionaryEntry structure with the specified key and value.

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)

Parameters

key
RemoteArgument

The RemoteArgument that contains the key in the new RemoteArgumentDictionaryEntry.

value
RemoteArgument

The RemoteArgument that contains the value in the new RemoteArgumentDictionaryEntry.

Applies to