IBindingRedirectCollection 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 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. |