Share via


ICustomUpgradeActionParameterCollection Interface

Definition

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.

Applies to