RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.