Edit

Bagikan melalui


JsonSchemaExporterOptions.TransformSchemaNode Property

Definition

public:
 property Func<System::Text::Json::Schema::JsonSchemaExporterContext, System::Text::Json::Nodes::JsonNode ^, System::Text::Json::Nodes::JsonNode ^> ^ TransformSchemaNode { Func<System::Text::Json::Schema::JsonSchemaExporterContext, System::Text::Json::Nodes::JsonNode ^, System::Text::Json::Nodes::JsonNode ^> ^ get(); void set(Func<System::Text::Json::Schema::JsonSchemaExporterContext, System::Text::Json::Nodes::JsonNode ^, System::Text::Json::Nodes::JsonNode ^> ^ value); };
public Func<System.Text.Json.Schema.JsonSchemaExporterContext,System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode>? TransformSchemaNode { get; init; }
member this.TransformSchemaNode : Func<System.Text.Json.Schema.JsonSchemaExporterContext, System.Text.Json.Nodes.JsonNode, System.Text.Json.Nodes.JsonNode> with get, set
Public Property TransformSchemaNode As Func(Of JsonSchemaExporterContext, JsonNode, JsonNode)

Property Value

Applies to