AssemblyReferences Interface
Provides access to the collection of references used in the Web site project.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:

