Share via


SPPersistedChildCollection<T> Constructor (SPPersistedObject)

Initializes an instance of the SPPersistedChildCollection<T> class to create a collection of objects of a given type that are owned by the specified parent object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub New ( _
    parent As SPPersistedObject _
)
'Usage
Dim parent As SPPersistedObject

Dim instance As New SPPersistedChildCollection(parent)
protected SPPersistedChildCollection(
    SPPersistedObject parent
)

Parameters

See Also

Reference

SPPersistedChildCollection<T> Class

SPPersistedChildCollection<T> Members

SPPersistedChildCollection<T> Overload

Microsoft.SharePoint.Administration Namespace