ReferenceContainerNode Constructor

Initializes a new instance of ReferenceContainerNode with the supplied project root.

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

Syntax

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

Dim instance As New ReferenceContainerNode(root)
public ReferenceContainerNode(
    ProjectNode root
)
public:
ReferenceContainerNode(
    ProjectNode^ root
)
public function ReferenceContainerNode(
    root : ProjectNode
)

Parameters

Remarks

The constructor additionally sets the node's VirtualNodeName() to "References", and sets ExcludeNodeFromScc() to true.

Permissions

See Also

Reference

ReferenceContainerNode Class

ReferenceContainerNode Members

Microsoft.VisualStudio.Package Namespace