共用方式為


ClientObject.UpdateClientObjectPropertyType 方法

命名空間:  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 Friend Sub UpdateClientObjectPropertyType ( _
    propertyName As String, _
    propertyValue As Object, _
    reader As JsonReader _
)
'用途
Dim propertyName As String
Dim propertyValue As Object
Dim reader As JsonReader

Me.UpdateClientObjectPropertyType(propertyName, _
    propertyValue, reader)
protected internal void UpdateClientObjectPropertyType(
    string propertyName,
    Object propertyValue,
    JsonReader reader
)

參數

備註

應該屬性會定義為基底型別和從伺服器所傳回的資料類型是衍生的類型,此方法就會更新,衍生的類型的屬性值。

請參閱

參照

ClientObject 類別

ClientObject 成員

Microsoft.SharePoint.Client 命名空間