RemoteArgumentDictionaryEntry 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 IRemoteArgumentDictionaryContract 中定義索引鍵/值組。
public value class RemoteArgumentDictionaryEntry
[System.Serializable]
public struct RemoteArgumentDictionaryEntry
[<System.Serializable>]
type RemoteArgumentDictionaryEntry = struct
Public Structure RemoteArgumentDictionaryEntry
- 繼承
- 屬性
建構函式
RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) |
初始化具有所指定索引鍵和值之 RemoteArgumentDictionaryEntry 結構的執行個體。 |
欄位
Key |
表示這個 RemoteArgumentDictionaryEntry 所表示索引鍵/值組中的索引鍵。 |
Value |
表示這個 RemoteArgumentDictionaryEntry 所代表之索引鍵/值組中的值。 |