JsonReader.ReadKeyValue メソッド
JSON 文字列からKeyValuePair<TKey, TValue>オブジェクトを作成します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内); Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内) Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)
構文
'宣言
Public Function ReadKeyValue As KeyValuePair(Of String, Object)
'使用
Dim instance As JsonReader
Dim returnValue As KeyValuePair(Of String, Object)
returnValue = instance.ReadKeyValue()
public KeyValuePair<string, Object> ReadKeyValue()
戻り値
型: System.Collections.Generic.KeyValuePair<String, Object>
KeyValuePair<TKey, TValue> .
注釈
この方法では、 StringのキーとObject JSON 文字列からの値が、 KeyValuePair<TKey, TValue>が作成されます。キーと値がで区切られた、":"JSON 文字列にします。