Sdílet prostřednictvím


IVersionRange.UpgradeActions Property

Definition

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.

Applies to