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
comReference
Type: Microsoft.VisualStudio.Package.ComReferenceNodeThe associated ComReferenceNode.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.