SPPersistedObjectCollection<T> 类
提供管理SPPersistedObject对象的集合的基类。
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<T>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<T>
Microsoft.SharePoint.Administration.SPPersistedDependencyCollection<T>
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPPersistedObjectCollection(Of T As SPPersistedObject) _
Implements IEnumerable(Of T), IEnumerable
用法
Dim instance As SPPersistedObjectCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPPersistedObjectCollection<T> : IEnumerable<T>,
IEnumerable
where T : SPPersistedObject
类型参数
- T
集合中包含的对象的类型。
备注
使用索引器从集合中返回单个持久的对象。例如,如果该集合分配给变量名为myPersistedObjects,使用myPersistedObjects[index]在 C# 中或在 Visual Basic 中的myPersistedObjects(index)index所在的名称或 GUID 标识集合中的持久的对象。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。