次の方法で共有


JsonReader.ReadList<T> メソッド

JSON 文字列から汎用リスト オブジェクトを作成します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

名前空間:  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 内)

構文

'宣言
Public Function ReadList(Of T) As List(Of T)
'使用
Dim instance As JsonReader
Dim returnValue As List(Of T)

returnValue = instance.ReadList()
public List<T> ReadList<T>()

型パラメーター

  • T
    汎用リスト内の要素を入力します。

戻り値

型: System.Collections.Generic.List<T>
List<T> .

注釈

この方法を使用してList<T>オブジェクトを作成する JSON 文字列が始まる必要があります、"["で終わる、"]"、「[値 1, 値 2...]」など。

関連項目

参照先

JsonReader クラス

JsonReader メンバー

Microsoft.SharePoint.Client 名前空間