SPSolutionCollection 类
表示SPSolution对象的集合。
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPSolution>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPSolution>
Microsoft.SharePoint.Administration.SPSolutionCollection
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionCollection _
Inherits SPPersistedChildCollection(Of SPSolution) _
Implements IBackupRestoreConfiguration, IBackupRestore
用法
Dim instance As SPSolutionCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolutionCollection : SPPersistedChildCollection<SPSolution>,
IBackupRestoreConfiguration, IBackupRestore
备注
使用SPFarm类的Solutions属性以获取解决方案安装在服务器场中的集合。若要向集合中添加一个解决方案,请使用Add方法。
重要信息 |
---|
使用SPSolution的构造函数创建一个解决方案对象不支持,如果您试图实现通过构造函数创建的对象的成员,则返回NullReferenceException 。 |
使用索引器从集合中返回一个单一的解决方案。例如,如果集合分配给名为myDefinitions的变量,使用myDefinitions[index] 在 C# 或myDefinitions(index) 中 Visual Basic,其中index是该解决方案的 GUID。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。