JsonSchemaExporterOptions.TransformSchemaNode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義針對類型圖形內產生之每個架構叫用的回呼。
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)