ConditionalScopeBase.CustomFromJson método
CustomFromJson
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 CustomFromJson ( _
reader As JsonReader _
) As Boolean
'Uso
Dim instance As ConditionalScopeBase
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = instance.CustomFromJson(reader)
public bool CustomFromJson(
JsonReader reader
)
Parâmetros
- reader
Tipo: Microsoft.SharePoint.Client.JsonReader
Valor retornado
Tipo: System.Boolean
Sempre retornará false.
Implementos
IFromJson.CustomFromJson(JsonReader)