IDiscreteUpgradeActionCollection Interface
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.
Represents a collection of feature upgrade actions.
public interface class IDiscreteUpgradeActionCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Features::IDiscreteUpgradeAction ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Features::IDiscreteUpgradeAction ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Features::IDiscreteUpgradeAction ^>
public interface IDiscreteUpgradeActionCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Features.IDiscreteUpgradeAction>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Features.IDiscreteUpgradeAction>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Features.IDiscreteUpgradeAction>
type IDiscreteUpgradeActionCollection = interface
interface IList<IDiscreteUpgradeAction>
interface ICollection<IDiscreteUpgradeAction>
interface seq<IDiscreteUpgradeAction>
interface IEnumerable
Public Interface IDiscreteUpgradeActionCollection
Implements ICollection(Of IDiscreteUpgradeAction), IEnumerable(Of IDiscreteUpgradeAction), IList(Of IDiscreteUpgradeAction)
- Implements
Methods
AddAddContentTypeFieldUpgradeAction() |
Adds a new IAddContentTypeFieldUpgradeAction feature upgrade action to the collection. |
AddApplyElementManifestsUpgradeAction() |
Adds a new IApplyElementManifestsUpgradeAction feature upgrade action to the collection. |
AddCustomUpgradeAction() |
Adds a new ICustomUpgradeAction feature upgrade action to the collection. |
AddMapFileUpgradeAction() |
Adds a new IMapFileUpgradeAction feature upgrade action to the collection. |