Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
proj As OAProject, _
node As ReferenceNode _
)
'使用
Dim proj As OAProject
Dim node As ReferenceNode
Dim instance As New OAReferenceItem(proj, node)
public OAReferenceItem(
OAProject proj,
ReferenceNode node
)
public:
OAReferenceItem(
OAProject^ proj,
ReferenceNode^ node
)
public function OAReferenceItem(
proj : OAProject,
node : ReferenceNode
)
Parameters
- node
Type: Microsoft.VisualStudio.Package.ReferenceNode
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.