ICustomUpgradeActionParameterCollection 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 custom upgrade action parameters.
public interface class ICustomUpgradeActionParameterCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Features::ICustomUpgradeActionParameter ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Features::ICustomUpgradeActionParameter ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Features::ICustomUpgradeActionParameter ^>
public interface ICustomUpgradeActionParameterCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Features.ICustomUpgradeActionParameter>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Features.ICustomUpgradeActionParameter>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Features.ICustomUpgradeActionParameter>
type ICustomUpgradeActionParameterCollection = interface
interface IList<ICustomUpgradeActionParameter>
interface ICollection<ICustomUpgradeActionParameter>
interface seq<ICustomUpgradeActionParameter>
interface IEnumerable
Public Interface ICustomUpgradeActionParameterCollection
Implements ICollection(Of ICustomUpgradeActionParameter), IEnumerable(Of ICustomUpgradeActionParameter), IList(Of ICustomUpgradeActionParameter)
- Implements
Methods
Add() |
Adds a new custom upgrade action parameter. |