IUpgradeActionCollection.AddVersionRange Method
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.
Adds a new IVersionRange upgrade action to the feature upgrade actions collection.
public:
Microsoft::VisualStudio::SharePoint::Features::IVersionRange ^ AddVersionRange();
public Microsoft.VisualStudio.SharePoint.Features.IVersionRange AddVersionRange ();
abstract member AddVersionRange : unit -> Microsoft.VisualStudio.SharePoint.Features.IVersionRange
Public Function AddVersionRange () As IVersionRange
Returns
An object representing a version range.
Remarks
Specifies that the upgrade actions in the element should applied only for the specified version range.
For more information about upgrading features, see Upgrading Features.