Initializes a new instance of OAAssemblyReference for the specified node.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
assemblyReference As AssemblyReferenceNode _
)
'使用
Dim assemblyReference As AssemblyReferenceNode
Dim instance As New OAAssemblyReference(assemblyReference)
public OAAssemblyReference(
AssemblyReferenceNode assemblyReference
)
public:
OAAssemblyReference(
AssemblyReferenceNode^ assemblyReference
)
public function OAAssemblyReference(
assemblyReference : AssemblyReferenceNode
)
Parameters
assemblyReference
Type: Microsoft.VisualStudio.Package.AssemblyReferenceNodeThe associated AssemblyReferenceNode.
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.