Share via


IFeatureManifest.UpgradeActions Property

Definition

Gets a list of actions to execute when upgrading the current feature.

public:
 property Microsoft::VisualStudio::SharePoint::Features::IUpgradeActionCollection ^ UpgradeActions { Microsoft::VisualStudio::SharePoint::Features::IUpgradeActionCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Features.IUpgradeActionCollection UpgradeActions { get; }
member this.UpgradeActions : Microsoft.VisualStudio.SharePoint.Features.IUpgradeActionCollection
Public ReadOnly Property UpgradeActions As IUpgradeActionCollection

Property Value

A collection of objects representing actions to apply when upgrading the feature.

Applies to