Share via


AssemblyReferences Interface

Definition

Provides access to the collection of references used in the Web site project.

public interface class AssemblyReferences : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2C264A1A-DBFB-43FE-9434-997B5BE0FCCC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface AssemblyReferences : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2C264A1A-DBFB-43FE-9434-997B5BE0FCCC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type AssemblyReferences = interface
    interface IEnumerable
Public Interface AssemblyReferences
Implements IEnumerable
Attributes
Implements

Properties

ContainingProject

Gets a reference to the project in the DTE object that contains this Web service.

Count

Gets the total number of items in the AssemblyReferences collection.

DTE

Gets a reference to the DTE2 object that contains the project containing this Web service.

Methods

AddFromFile(String)

Adds an AssemblyReference object to the AssemblyReferences collection from the specified file path.

AddFromGAC(String)

Adds an AssemblyReference object representing an assembly in the GAC.

AddFromProject(Project)

Adds an AssemblyReference object from another project.

GetEnumerator()

Gets an enumerator that can iterate through the AssemblyReferences collection.

Item(Object)

Retrieves an item from the collection.

Applies to