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
)
參數
propertyName
類型:System.String屬性名稱。
propertyValue
類型:System.Object目前的屬性值。
reader
類型:Microsoft.SharePoint.Client.JsonReaderJsonReader其目前的位置會是從伺服器所傳回的屬性值。
備註
應該屬性會定義為基底型別和從伺服器所傳回的資料類型是衍生的類型,此方法就會更新,衍生的類型的屬性值。