IVersionRange.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 that are executed when upgrading this version of the feature.
public:
property Microsoft::VisualStudio::SharePoint::Features::IDiscreteUpgradeActionCollection ^ UpgradeActions { Microsoft::VisualStudio::SharePoint::Features::IDiscreteUpgradeActionCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Features.IDiscreteUpgradeActionCollection UpgradeActions { get; }
member this.UpgradeActions : Microsoft.VisualStudio.SharePoint.Features.IDiscreteUpgradeActionCollection
Public ReadOnly Property UpgradeActions As IDiscreteUpgradeActionCollection
Property Value
A collection of objects representing a list of actions to execute when upgrading the feature.