JsonValueType 枚举

定义

指定 JsonValue 对象的 JSON 值类型。

public enum class JsonValueType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class JsonValueType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum JsonValueType
Public Enum JsonValueType
继承
JsonValueType
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Array 4

JsonValue 对象是 Array。

Boolean 1

JsonValue 对象是布尔值

Null 0

JsonValue 对象为 Null。

Number 2

JsonValue 对象为 Double

Object 5

JsonValue 对象是 Object。

String 3

JsonValue 对象为 String

适用于