表示包中的自定义解决方案激活依赖项。
命名空间:  Microsoft.VisualStudio.SharePoint.Packages
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ICustomSolutionActivationDependency _
    Inherits ISolutionActivationDependency, IObservableModelElement
public interface ICustomSolutionActivationDependency : ISolutionActivationDependency, 
    IObservableModelElement
ICustomSolutionActivationDependency 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Description | 获取或设置激活依赖项的说明。 (继承自 ISolutionActivationDependency。) | 
| .gif) | SolutionId | 获取或设置此解决方案所依赖的解决方案的 SharePoint ID。 | 
| .gif) | SolutionName | 获取或设置 SharePoint 解决方案文件 (WSP) 的文件名。 | 
| .gif) | SolutionTitle | 获取或设置解决方案的标题。 | 
| .gif) | SolutionUrl | 获取或设置用户可用于获取解决方案的 URL。 | 
页首
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | PropertyChanged | 在 DSL 模型元素更改后发生。 (继承自 IObservableModelElement。) | 
| .gif) | PropertyChanging | 在更改 DSL 模型元素时发生。 (继承自 IObservableModelElement。) | 
页首
备注
有关更多信息,请参见打包和部署 SharePoint 解决方案。