ClientObjectCollection<T> constructor

Initializes a new instance of the ClientObjectCollection<T> class with the specified client runtime context and object path.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

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

Parameters

See also

Reference

ClientObjectCollection<T> class

ClientObjectCollection<T> members

Microsoft.SharePoint.Client namespace