RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用指定的键和值初始化 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 中的值。