AssemblyReferences.AddFromProject Method
Adds an AssemblyReference object from another project.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Sub AddFromProject ( _
pProj As Project _
)
void AddFromProject(
Project pProj
)
void AddFromProject(
[InAttribute] Project^ pProj
)
abstract AddFromProject :
pProj:Project -> unit
function AddFromProject(
pProj : Project
)
Parameters
pProj
Type: EnvDTE.ProjectThe fully qualified strong name of an assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.