IFeatureManifest.UpgradeActions Property
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.
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.