Share via


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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub New ( _
    dependee As SPPersistedObject _
)
'Usage
Dim dependee As SPPersistedObject

Dim instance As New SPPersistedDependencyCollection(dependee)
public SPPersistedDependencyCollection(
    SPPersistedObject dependee
)

Parameters

See Also

Reference

SPPersistedDependencyCollection<T> Class

SPPersistedDependencyCollection<T> Members

Microsoft.SharePoint.Administration Namespace