JsonTokenType 枚举

返回的结果的分析 JavaScript 对象表示法 (JSON) 内容。此类及其成员仅供内部使用,不适合在您的代码中使用。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)  Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)

语法

声明
Public Enumeration JsonTokenType
用法
Dim instance As JsonTokenType
public enum JsonTokenType

成员

成员名称 说明
ObjectStart 对象的开始时间,具体而言,"{"JSON 字符串中的字符。
ObjectEnd 对象的末尾,具体而言,"}"JSON 字符串中的字符。
ArrayStart 一个数组的开头,具体而言,"["JSON 字符串中的字符。
ArrayEnd 数组的末尾,具体而言,"]"JSON 字符串中的字符。
String String 值。
Long Int64 值。
ULong UInt64 值。
Double Double 值。
Boolean Boolean 值。
DateTime DateTime 值。
Guid Guid 值。
Null 空的值。
Name 元素名称,具体而言之前, 的值":"JSON 字符串中。
ByteArray Byte 对象的数组。
StreamLink

备注

这是一个枚举的类型。

另请参阅

引用

Microsoft.SharePoint.Client 命名空间