JsonMetadataServices.JsonValueConverter 属性

定义

获取转换 JsonValue 值的 对象。

public:
 static property System::Text::Json::Serialization::JsonConverter<System::Text::Json::Nodes::JsonValue ^> ^ JsonValueConverter { System::Text::Json::Serialization::JsonConverter<System::Text::Json::Nodes::JsonValue ^> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<System.Text.Json.Nodes.JsonValue?> JsonValueConverter { get; }
static member JsonValueConverter : System.Text.Json.Serialization.JsonConverter<System.Text.Json.Nodes.JsonValue>
Public Shared ReadOnly Property JsonValueConverter As JsonConverter(Of JsonValue)

属性值

注解

此 API 供 System.Text.Json 源生成器的输出使用,不应直接调用。

适用于