del método JsonReader.PeekTokenType
Obtiene el tipo de un JSON token. Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public Function PeekTokenType As JsonTokenType
'Uso
Dim instance As JsonReader
Dim returnValue As JsonTokenType
returnValue = instance.PeekTokenType()
public JsonTokenType PeekTokenType()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.JsonTokenType
JsonTokenType .
Comentarios
Este método no avanza la posición de lectura.