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 | Null 值。 | |
Name | 名稱的項目,特別是前的值 」: 「 JSON 字串中。 | |
ByteArray | Byte 物件的陣列。 | |
StreamLink |
備註
這是列舉的類型。