ReferenceNode Constructor (ProjectNode)

Initializes a new instance of ReferenceNode for the supplied project root.

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

Syntax

'宣言
Protected Sub New ( _
    root As ProjectNode _
)
'使用
Dim root As ProjectNode

Dim instance As New ReferenceNode(root)
protected ReferenceNode(
    ProjectNode root
)
protected:
ReferenceNode(
    ProjectNode^ root
)
protected function ReferenceNode(
    root : ProjectNode
)

Parameters

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

ReferenceNode Overload

Microsoft.VisualStudio.Package Namespace