IDiscreteUpgradeActionCollection.AddCustomUpgradeAction Method

Definition

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.

Applies to