IUpgradeActionCollection.AddCustomUpgradeAction Method
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.
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.