RemoteArgumentDictionaryEntry 结构

定义

定义 IRemoteArgumentDictionaryContract 中的键/值对。

public value class RemoteArgumentDictionaryEntry
[System.Serializable]
public struct RemoteArgumentDictionaryEntry
[<System.Serializable>]
type RemoteArgumentDictionaryEntry = struct
Public Structure RemoteArgumentDictionaryEntry
继承
RemoteArgumentDictionaryEntry
属性

构造函数

RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

用指定的键和值初始化 RemoteArgumentDictionaryEntry 结构的实例。

字段

Key

表示此 RemoteArgumentDictionaryEntry 代表的键/值对中的键。

Value

表示此 RemoteArgumentDictionaryEntry 代表的键/值对中的值。

适用于