ClientObjectCollection Constructor

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

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

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

Parameters

See Also

Reference

ClientObjectCollection Class

ClientObjectCollection Members

Microsoft.SharePoint.Client Namespace