ICustomUpgradeAction Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an upgrade action that runs a feature event receiver.
public interface class ICustomUpgradeAction : Microsoft::VisualStudio::SharePoint::Features::IDiscreteUpgradeAction
public interface ICustomUpgradeAction : Microsoft.VisualStudio.SharePoint.Features.IDiscreteUpgradeAction
type ICustomUpgradeAction = interface
interface IDiscreteUpgradeAction
interface IUpgradeAction
interface IObservableModelElement
Public Interface ICustomUpgradeAction
Implements IDiscreteUpgradeAction
- Implements
Properties
ActionType |
Gets the type of upgrade action. (Inherited from IDiscreteUpgradeAction) |
Description |
Gets or sets a description of what the upgrade action does. (Inherited from IUpgradeAction) |
Name |
Gets or sets the name of the upgrade action. |
Parameters |
Gets a list of parameters passed to the feature event receiver during the upgrade. |
Events
PropertyChanged |
Occurs when a DSL model element has changed. (Inherited from IObservableModelElement) |
PropertyChanging |
Occurs when a DSL model element is being changed. (Inherited from IObservableModelElement) |