OAComReference Constructor

Initializes a new instance of OAComReference for the specified node.

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

Syntax

'宣言
Public Sub New ( _
    comReference As ComReferenceNode _
)
'使用
Dim comReference As ComReferenceNode

Dim instance As New OAComReference(comReference)
public OAComReference(
    ComReferenceNode comReference
)
public:
OAComReference(
    ComReferenceNode^ comReference
)
public function OAComReference(
    comReference : ComReferenceNode
)

Parameters

Permissions

See Also

Reference

OAComReference Class

OAComReference Members

Microsoft.VisualStudio.Package.Automation Namespace