Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of feature upgrade actions.
Namespace:  Microsoft.VisualStudio.SharePoint.Features
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IUpgradeActionCollection _
    Inherits IList(Of IUpgradeAction), ICollection(Of IUpgradeAction),  _
    IEnumerable(Of IUpgradeAction), IEnumerable
public interface IUpgradeActionCollection : IList<IUpgradeAction>, 
    ICollection<IUpgradeAction>, IEnumerable<IUpgradeAction>, IEnumerable
The IUpgradeActionCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]()  | 
Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection<IUpgradeAction>.) | 
![]()  | 
IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Inherited from ICollection<IUpgradeAction>.) | 
![]()  | 
Item | Gets or sets the element at the specified index. (Inherited from IList<IUpgradeAction>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
Add | Adds an item to the ICollection. (Inherited from ICollection<IUpgradeAction>.) | 
![]()  | 
AddAddContentTypeFieldUpgradeAction | Adds a new IAddContentTypeFieldUpgradeAction action to the feature upgrade actions collection. | 
![]()  | 
AddApplyElementManifestsUpgradeAction | Adds a new IApplyElementManifestsUpgradeAction upgrade action to the feature upgrade actions collection. | 
![]()  | 
AddCustomUpgradeAction | Adds a new ICustomUpgradeAction upgrade action to the feature upgrade actions collection. | 
![]()  | 
AddMapFileUpgradeAction | Adds a new IMapFileUpgradeAction upgrade action to the feature upgrade actions collection. | 
![]()  | 
AddVersionRange | Adds a new IVersionRange upgrade action to the feature upgrade actions collection. | 
![]()  | 
Clear | Removes all items from the ICollection. (Inherited from ICollection<IUpgradeAction>.) | 
![]()  | 
Contains | Determines whether the ICollection contains a specific value. (Inherited from ICollection<IUpgradeAction>.) | 
![]()  | 
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection<IUpgradeAction>.) | 
![]()  | 
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<IUpgradeAction>.) | 
![]()  | 
IndexOf | Determines the index of a specific item in the IList. (Inherited from IList<IUpgradeAction>.) | 
![]()  | 
Insert | Inserts an item to the IList at the specified index. (Inherited from IList<IUpgradeAction>.) | 
![]()  | 
Remove | Removes the first occurrence of a specific object from the ICollection. (Inherited from ICollection<IUpgradeAction>.) | 
![]()  | 
RemoveAt | Removes the IList item at the specified index. (Inherited from IList<IUpgradeAction>.) | 
Top
Remarks
For more information about upgrading features, see Upgrading Features.
.gif)
.gif)