RemoteArgumentDictionaryEntry Struktur

Definition

Definiert ein Schlüssel-Wert-Paar in einem IRemoteArgumentDictionaryContract.

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

Konstruktoren

RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

Initialisiert eine Instanz der RemoteArgumentDictionaryEntry-Struktur mit dem angegebenen Schlüssel und Wert.

Felder

Key

Stellt den Schlüssel in dem Schlüssel-Wert-Paar dar, das dieser RemoteArgumentDictionaryEntry darstellt.

Value

Stellt den Wert in dem Schlüssel-Wert-Paar dar, das dieser RemoteArgumentDictionaryEntry darstellt.

Gilt für