共用方式為


ClientValueObject.InitOnePropertyFromJson 方法

此成員是保留給內部使用,而不是用來直接從您的程式碼使用

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)  Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)

語法

'宣告
Protected Overridable Function InitOnePropertyFromJson ( _
    peekedName As String, _
    reader As JsonReader _
) As Boolean
'用途
Dim peekedName As String
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = Me.InitOnePropertyFromJson(peekedName, _
    reader)
protected virtual bool InitOnePropertyFromJson(
    string peekedName,
    JsonReader reader
)

參數

傳回值

類型:System.Boolean
傳回 Boolean

請參閱

參照

ClientValueObject 類別

ClientValueObject 成員

Microsoft.SharePoint.Client 命名空間