SPProcessIdentityCollection 类
表示SPProcessIdentity对象的集合。
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPProcessIdentity>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPProcessIdentity>
Microsoft.SharePoint.Administration.SPProcessIdentityCollection
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPProcessIdentityCollection _
Inherits SPPersistedChildCollection(Of SPProcessIdentity)
用法
Dim instance As SPProcessIdentityCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPProcessIdentityCollection : SPPersistedChildCollection<SPProcessIdentity>
备注
使用ProcessIdentity属性来返回 Windows 服务的进程标识。使用SPProcessIdentityCollection构造函数返回的进程标识为服务的集合。若要向集合中添加一个进程标识,使用SPPersistedChildCollection<T>类的Add方法。
使用索引器从集合中返回一个单独的进程标识。例如,如果该集合分配给名为 myProcessIdentities 的变量中,使用在 C# myProcessIdentities[index]或myProcessIdentities(index)在 Visual Basic,其中index是用于标识该进程标识的名称或 GUID。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。