JsonReader.PeekTokenType - Méthode
Obtient le type d'un JSON jeton. Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Function PeekTokenType As JsonTokenType
'Utilisation
Dim instance As JsonReader
Dim returnValue As JsonTokenType
returnValue = instance.PeekTokenType()
public JsonTokenType PeekTokenType()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.JsonTokenType
JsonTokenType .
Remarques
Cette méthode n'avance pas la position de lecture.