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)

参数

value
RemoteArgument

一个 RemoteArgument,其中包含新的 RemoteArgumentDictionaryEntry 中的值。

适用于