JsonSchemaExporterContext Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le contexte du schéma JSON généré pour un nœud particulier dans un graphique de type.
public value class JsonSchemaExporterContext
public readonly struct JsonSchemaExporterContext
type JsonSchemaExporterContext = struct
Public Structure JsonSchemaExporterContext
- Héritage
Propriétés
BaseTypeInfo |
Définit le contexte du schéma JSON généré pour un nœud particulier dans un graphique de type. |
Path |
Chemin d’accès au nœud actuel dans le schéma JSON généré. |
PropertyInfo |
La JsonPropertyInfo si le schéma est généré pour une propriété. |
TypeInfo |
JsonTypeInfo pour le type en cours de traitement. |