次の方法で共有


IFromJson.FromJson メソッド

クラスに実装すると、サーバーから JSON データを初期化するオブジェクトを有効にします。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)

構文

'宣言
Sub FromJson ( _
    reader As JsonReader _
)
'使用
Dim instance As IFromJson
Dim reader As JsonReader

instance.FromJson(reader)
void FromJson(
    JsonReader reader
)

パラメーター

注釈

この方法は、クライアントの実行時のみを想定しています。

関連項目

参照先

IFromJson インターフェイス

IFromJson メンバー

Microsoft.SharePoint.Client 名前空間