JsonReader.ReadGuid método
Cria um objeto de Guid 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 ReadGuid As Guid
'Uso
Dim instance As JsonReader
Dim returnValue As Guid
returnValue = instance.ReadGuid()
public Guid ReadGuid()
Valor retornado
Tipo: System.Guid
Guid .
Comentários
O tipo do token que pode ser usado para criar o objeto Guid é Guid, que significa que o token deve começar com "\/Guid ("e uma termina com") \ /".