次の方法で共有


ClientObjectCollection コンストラクター

指定したクライアントの実行時コンテキストとオブジェクトのパスを使用してClientObjectCollectionクラスの新しいインスタンスを初期化します。

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

構文

'宣言
Protected Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'使用
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

Dim instance As New ClientObjectCollection(context, _
    objectPath)
protected ClientObjectCollection(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

パラメーター

  • objectPath
    型: Microsoft.SharePoint.Client.ObjectPath

    ObjectPathオブジェクトを追跡、クライアント オブジェクトの作成方法ClientRuntimeContextクラスのオブジェクトをサーバーに送信できるようにします。

関連項目

参照先

ClientObjectCollection クラス

ClientObjectCollection メンバー

Microsoft.SharePoint.Client 名前空間