次の方法で共有


ClientRuntimeContext.LoadQuery<T> メソッド (IQueryable<T>)

Retrieves an enumerable sequence of the child client objects from a collection that can be the query expression in LINQ syntax.

名前空間:  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 LoadQuery(Of T As ClientObject) ( _
    clientObjects As IQueryable(Of T) _
) As IEnumerable(Of T)
'使用
Dim instance As ClientRuntimeContext
Dim clientObjects As IQueryable(Of T)
Dim returnValue As IEnumerable(Of T)

returnValue = instance.LoadQuery(clientObjects)
public IEnumerable<T> LoadQuery<T>(
    IQueryable<T> clientObjects
)
where T : ClientObject

型パラメーター

  • T
    The type of the child client object.

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<T>
The enumerable sequence of client objects.

注釈

This method retrieves an enumerable sequence of child client objects from a collection; specifically, the collection can be the query expression in LINQ syntax. The retrieved client objects are stored in the return value.

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

LoadQuery オーバーロード

Microsoft.SharePoint.Client 名前空間