SPPersistedDependencyCollection<T> 类

表示依赖于一个通用对象的持久化对象的集合。

继承层次结构

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<T>
    Microsoft.SharePoint.Administration.SPPersistedDependencyCollection<T>
      Microsoft.SharePoint.Administration.SPServiceInstanceDependencyCollection

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPPersistedDependencyCollection(Of T As SPPersistedObject) _
    Inherits SPPersistedObjectCollection(Of T)
用法
Dim instance As SPPersistedDependencyCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPPersistedDependencyCollection<T> : SPPersistedObjectCollection<T>
where T : SPPersistedObject

类型参数

  • T

备注

使用SPPersistedDependencyCollection<T>构造函数返回的持久对象依赖于指定的对象集合。

使用索引器从集合中返回单个持久的对象。例如,如果该集合分配给变量名为myPersistedDependencies,使用myPersistedDependencies[index]在 C# 中或在 Visual Basic 中的myPersistedDependencies(index)index所在的名称或 GUID 标识集合中的持久的对象。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPPersistedDependencyCollection<T> 成员

Microsoft.SharePoint.Administration 命名空间