IAssemblyCollection Interface

Definition

Represents a collection of assemblies in the package.

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

Methods

AddAssembly()

Adds a new assembly to the collection.

AddCustomAssembly()

Adds a new custom assembly to the collection.

AddProjectOutputAssembly()

Adds a new project output assembly to the collection.

Applies to