Partager via


JsonCollectionInfoValues<TCollection>.ElementInfo Propriété

Définition

Instance JsonTypeInfo représentant le type d’élément.

public:
 property System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ ElementInfo { System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ get(); void set(System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ value); };
public System.Text.Json.Serialization.Metadata.JsonTypeInfo ElementInfo { get; init; }
member this.ElementInfo : System.Text.Json.Serialization.Metadata.JsonTypeInfo with get, set
Public Property ElementInfo As JsonTypeInfo

Valeur de propriété

Remarques

Cette API est destinée à être utilisée par la sortie du générateur source System.Text.Json et ne doit pas être appelée directement.

S’applique à