Compartilhar via


JsonReader.PeekTokenType método

Obtém o tipo de um JSON token. 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 PeekTokenType As JsonTokenType
'Uso
Dim instance As JsonReader
Dim returnValue As JsonTokenType

returnValue = instance.PeekTokenType()
public JsonTokenType PeekTokenType()

Valor retornado

Tipo: Microsoft.SharePoint.Client.JsonTokenType
JsonTokenType .

Comentários

Este método não Avançar para a posição de leitura.

Ver também

Referência

JsonReader classe

JsonReader membros

Microsoft.SharePoint.Client namespace