Поделиться через


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.Project
    The fully qualified strong name of an assembly.

.NET Framework Security

See Also

Reference

AssemblyReferences Interface

VsWebSite Namespace

VSWebSite

AssemblyReference