OAProjectReference Constructor

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

Permissions

See Also

Reference

OAProjectReference Class

OAProjectReference Members

Microsoft.VisualStudio.Package.Automation Namespace