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