Compartir a través de


del método JsonReader.ReadGuid

Crea un objeto Guid de la cadena JSON. 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 ReadGuid As Guid
'Uso
Dim instance As JsonReader
Dim returnValue As Guid

returnValue = instance.ReadGuid()
public Guid ReadGuid()

Valor devuelto

Tipo: System.Guid
Guid .

Comentarios

El tipo de token que puede utilizarse para crear el objeto Guid es Guid, lo que significa que el token debe empezar por "\/Guid ("y termine con") \ /".

Vea también

Referencia

clase JsonReader

Miembros JsonReader

Espacio de nombres Microsoft.SharePoint.Client