SPPersistedObjectCollection<T> constructor (SPPersistedObject)
Initializes a new instance of the SPPersistedObjectCollection<T> class based on the specified object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
parent As SPPersistedObject _
)
'Usage
Dim parent As SPPersistedObject
Dim instance As New SPPersistedObjectCollection(parent)
protected SPPersistedObjectCollection(
SPPersistedObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectAn object that represents the parent object that declares the collection.
See also
Reference
SPPersistedObjectCollection<T> class
SPPersistedObjectCollection<T> members