IDiscreteUpgradeActionCollection.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 feature upgrade action to the 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
An object representing an upgrade action.