JsonReader.ReadKeyValue método
Cria um objeto de KeyValuePair<TKey, TValue> da cadeia JSON. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Function ReadKeyValue As KeyValuePair(Of String, Object)
'Uso
Dim instance As JsonReader
Dim returnValue As KeyValuePair(Of String, Object)
returnValue = instance.ReadKeyValue()
public KeyValuePair<string, Object> ReadKeyValue()
Valor retornado
Tipo: System.Collections.Generic.KeyValuePair<String, Object>
KeyValuePair<TKey, TValue> .
Comentários
Este método cria um KeyValuePair<TKey, TValue> com a chave de String e o valor de Object da cadeia JSON. A chave e o valor separados pela ":" na cadeia de JSON.