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 所代表之索引鍵/值組中的值。

適用於