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