OAReferences Constructor

Initializes a new instance of OAReferences for the supplied reference container node.

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

Syntax

'宣言
Public Sub New ( _
    containerNode As ReferenceContainerNode _
)
'使用
Dim containerNode As ReferenceContainerNode

Dim instance As New OAReferences(containerNode)
public OAReferences(
    ReferenceContainerNode containerNode
)
public:
OAReferences(
    ReferenceContainerNode^ containerNode
)
public function OAReferences(
    containerNode : ReferenceContainerNode
)

Parameters

Remarks

This constructor initializes this object as an event source and adds event handlers for the OnChildAdded() and OnChildRemoved() events.

Permissions

See Also

Reference

OAReferences Class

OAReferences Members

Microsoft.VisualStudio.Package.Automation Namespace