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 中的值。

適用於