JsonSchemaExporterContext 结构   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为类型图中的特定节点定义生成的 JSON 架构的上下文。
public value class JsonSchemaExporterContext
	public readonly struct JsonSchemaExporterContext
	type JsonSchemaExporterContext = struct
	Public Structure JsonSchemaExporterContext
		- 继承
 
属性
| BaseTypeInfo | 
		 为类型图中的特定节点定义生成的 JSON 架构的上下文。  | 
        	
| Path | 
		 生成的 JSON 架构中当前节点的路径。  | 
        	
| PropertyInfo | 
		 如果为属性生成架构,则为 JsonPropertyInfo。  | 
        	
| TypeInfo | 
		 正在处理的类型的 JsonTypeInfo。  |