フィーチャーのアップグレード時に実行されるアクションを表します。
名前空間: Microsoft.VisualStudio.SharePoint.Features
アセンブリ: Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)
構文
'宣言
Public Interface IDiscreteUpgradeAction _
Inherits IUpgradeAction, IObservableModelElement
public interface IDiscreteUpgradeAction : IUpgradeAction,
IObservableModelElement
IDiscreteUpgradeAction 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
ActionType | アップグレード アクションの種類を取得します。 |
![]() |
Description | アップグレード アクションが実行する内容の説明を取得または設定します。 (IUpgradeAction から継承されます。) |
このページのトップへ
イベント
名前 | 説明 | |
---|---|---|
![]() |
PropertyChanged | DSL モデル要素が変更されたときに発生します。 (IObservableModelElement から継承されます。) |
![]() |
PropertyChanging | DSL モデル要素が変更中であるときに発生します。 (IObservableModelElement から継承されます。) |
このページのトップへ