Share via


IBindingRedirectCollection Interface

Definition

Represents a collection of package assembly binding redirections.

public interface class IBindingRedirectCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::IBindingRedirect ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::IBindingRedirect ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::IBindingRedirect ^>
public interface IBindingRedirectCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.IBindingRedirect>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.IBindingRedirect>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.IBindingRedirect>
type IBindingRedirectCollection = interface
    interface IList<IBindingRedirect>
    interface ICollection<IBindingRedirect>
    interface seq<IBindingRedirect>
    interface IEnumerable
Public Interface IBindingRedirectCollection
Implements ICollection(Of IBindingRedirect), IEnumerable(Of IBindingRedirect), IList(Of IBindingRedirect)
Implements

Remarks

For more information, see Redirecting Assembly Versions.

Methods

Add()

Adds a new assembly binding redirection to the collection.

Applies to