SPPersistedDependencyCollection<T> constructor
Initializes a new instance of the SPPersistedDependencyCollection class to create a collection of objects of a specific type that depend on the specified object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
dependee As SPPersistedObject _
)
'Usage
Dim dependee As SPPersistedObject
Dim instance As New SPPersistedDependencyCollection(dependee)
public SPPersistedDependencyCollection(
SPPersistedObject dependee
)
Parameters
dependee
Type: Microsoft.SharePoint.Administration.SPPersistedObjectAn SPPersistedObject object that represents the object on which the collection depends.
See also
Reference
SPPersistedDependencyCollection<T> class