次の方法で共有


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
)

パラメーター

  • propertyValue
    型: System.Object

    現在のプロパティの値。

注釈

プロパティを定義する基本型と、サーバーから返されるデータの種類が派生型の方法では派生型を使用するプロパティの値が更新されます。

関連項目

参照先

ClientObject クラス

ClientObject メンバー

Microsoft.SharePoint.Client 名前空間