AssemblyReferenceNode Constructor (ProjectNode, ProjectElement)

Initializes a new instance of the AssemblyReferenceNode class for a given project root (for example, the root node of a project in Solution Explorer) and a given project element that represents the build item for the assembly.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub New ( _
    root As ProjectNode, _
    e As ProjectElement _
)
'使用
Dim root As ProjectNode
Dim e As ProjectElement

Dim instance As New AssemblyReferenceNode(root, e)
public AssemblyReferenceNode(
    ProjectNode root,
    ProjectElement e
)
public:
AssemblyReferenceNode(
    ProjectNode^ root, 
    ProjectElement^ e
)
public function AssemblyReferenceNode(
    root : ProjectNode, 
    e : ProjectElement
)

Parameters

Permissions

See Also

Reference

AssemblyReferenceNode Class

AssemblyReferenceNode Members

AssemblyReferenceNode Overload

Microsoft.VisualStudio.Package Namespace