表示运行功能事件接收器的升级操作。
命名空间: Microsoft.VisualStudio.SharePoint.Features
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ICustomUpgradeAction _
Inherits IDiscreteUpgradeAction, IUpgradeAction, IObservableModelElement
public interface ICustomUpgradeAction : IDiscreteUpgradeAction,
IUpgradeAction, IObservableModelElement
ICustomUpgradeAction 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
ActionType | 获取升级操作的类型。 (继承自 IDiscreteUpgradeAction。) |
![]() |
Description | 获取或设置升级操作的作用的说明。 (继承自 IUpgradeAction。) |
![]() |
Name | 获取或设置升级操作的名称。 |
![]() |
Parameters | 获取在升级期间传递给功能事件接收器的参数列表。 |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
PropertyChanged | 在 DSL 模型元素更改后发生。 (继承自 IObservableModelElement。) |
![]() |
PropertyChanging | 在更改 DSL 模型元素时发生。 (继承自 IObservableModelElement。) |
页首