JsonArray.ValueType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得陣列內值的型別。 可能的型別是由 JsonValueType所定義。
public:
property JsonValueType ValueType { JsonValueType get(); };
JsonValueType ValueType();
public JsonValueType ValueType { get; }
var jsonValueType = jsonArray.valueType;
Public ReadOnly Property ValueType As JsonValueType
屬性值
JSON 數值型別。