Freigeben über


ConditionalScopeBase.CustomFromJson-Methode

CustomFromJson

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function CustomFromJson ( _
    reader As JsonReader _
) As Boolean
'Usage
Dim instance As ConditionalScopeBase
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = instance.CustomFromJson(reader)
public bool CustomFromJson(
    JsonReader reader
)

Parameter

Rückgabewert

Typ: System.Boolean
Immer false zurück.

Implementiert

IFromJson.CustomFromJson(JsonReader)

Siehe auch

Referenz

ConditionalScopeBase Klasse

ConditionalScopeBase-Member

Microsoft.SharePoint.Client-Namespace