ICustomUpgradeAction 介面
代表執行功能事件接收器的升級動作。
命名空間: 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)。 |
回頁首