ICustomUpgradeAction Interface

Definition

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)

Applies to