del método ConditionalScopeBase.CustomFromJson
CustomFromJson
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 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 devuelto
Tipo: System.Boolean
Siempre devuelve false.
Implementaciones
IFromJson.CustomFromJson(JsonReader)