共用方式為


SPPersistedDependencyCollection<T> constructor

初始化SPPersistedDependencyCollection類別,以建立將特定類型的項目都取決於指定之物件的物件的集合的新執行個體。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub New ( _
    dependee As SPPersistedObject _
)
'用途
Dim dependee As SPPersistedObject

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

參數

請參閱

參照

SPPersistedDependencyCollection<T> class

SPPersistedDependencyCollection<T> members

Microsoft.SharePoint.Administration namespace