IUpgradeActionCollection.AddCustomUpgradeAction Method

Definition

Adds a new ICustomUpgradeAction upgrade action to the feature upgrade actions collection.

public:
 Microsoft::VisualStudio::SharePoint::Features::ICustomUpgradeAction ^ AddCustomUpgradeAction();
public Microsoft.VisualStudio.SharePoint.Features.ICustomUpgradeAction AddCustomUpgradeAction ();
abstract member AddCustomUpgradeAction : unit -> Microsoft.VisualStudio.SharePoint.Features.ICustomUpgradeAction
Public Function AddCustomUpgradeAction () As ICustomUpgradeAction

Returns

The new upgrade action added to the collection.

Remarks

For more information about upgrading features, see Upgrading Features.

Applies to