共用方式為


SPPersistedObjectCollection<T> constructor (SPPersistedObject, Comparison<T>)

會建立指定之類型的集合的父系所擁有排序的物件的集合。

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

Syntax

'宣告
Protected Sub New ( _
    parent As SPPersistedObject, _
    comparison As Comparison(Of T) _
)
'用途
Dim parent As SPPersistedObject
Dim comparison As Comparison(Of T)

Dim instance As New SPPersistedObjectCollection(parent, _
    comparison)
protected SPPersistedObjectCollection(
    SPPersistedObject parent,
    Comparison<T> comparison
)

參數

請參閱

參照

SPPersistedObjectCollection<T> class

SPPersistedObjectCollection<T> members

SPPersistedObjectCollection<T> overload

Microsoft.SharePoint.Administration namespace