SPPersistedObjectCollection<T> 构造函数 (SPPersistedObject)
基于指定的对象的SPPersistedObjectCollection<T>类的新实例进行初始化。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Sub New ( _
parent As SPPersistedObject _
)
用法
Dim parent As SPPersistedObject
Dim instance As New SPPersistedObjectCollection(parent)
protected SPPersistedObjectCollection(
SPPersistedObject parent
)
参数
parent
类型:Microsoft.SharePoint.Administration.SPPersistedObjectobject表示声明集合的父对象。
另请参阅
引用
SPPersistedObjectCollection<T> 类
SPPersistedObjectCollection<T> 成员