SPPersistedDependencyCollection<T> 构造函数
要创建的对象的特定类型取决于指定的对象集合的SPPersistedDependencyCollection类的新实例进行初始化。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
dependee As SPPersistedObject _
)
用法
Dim dependee As SPPersistedObject
Dim instance As New SPPersistedDependencyCollection(dependee)
public SPPersistedDependencyCollection(
SPPersistedObject dependee
)
参数
dependee
类型:Microsoft.SharePoint.Administration.SPPersistedObjectSPPersistedObject对象,该对象代表集合所依赖的对象。
另请参阅
引用
SPPersistedDependencyCollection<T> 类