RemoteArgumentDictionaryEntry Struktura

Definicja

Definiuje parę klucz/wartość w obiekcie IRemoteArgumentDictionaryContract.

public value class RemoteArgumentDictionaryEntry
[System.Serializable]
public struct RemoteArgumentDictionaryEntry
[<System.Serializable>]
type RemoteArgumentDictionaryEntry = struct
Public Structure RemoteArgumentDictionaryEntry
Dziedziczenie
RemoteArgumentDictionaryEntry
Atrybuty

Konstruktory

RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

Inicjuje RemoteArgumentDictionaryEntry wystąpienie struktury z określonym kluczem i wartością.

Pola

Key

Reprezentuje klucz w parze klucz/wartość, który reprezentuje RemoteArgumentDictionaryEntry .

Value

Reprezentuje wartość w parze klucz/wartość, którą reprezentuje RemoteArgumentDictionaryEntry .

Dotyczy