SPPersistedObjectCollection<T> constructor (SPPersistedObject)
初始化指定物件為基礎的SPPersistedObjectCollection<T>類別的新執行個體。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Sub New ( _
parent As SPPersistedObject _
)
'用途
Dim parent As SPPersistedObject
Dim instance As New SPPersistedObjectCollection(parent)
protected SPPersistedObjectCollection(
SPPersistedObject parent
)
參數
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectobject代表宣告集合的父物件。
請參閱
參照
SPPersistedObjectCollection<T> class
SPPersistedObjectCollection<T> members