Initializes a new instance of OAReferenceFolderItem.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
proj As OAProject, _
node As ReferenceContainerNode _
)
'使用
Dim proj As OAProject
Dim node As ReferenceContainerNode
Dim instance As New OAReferenceFolderItem(proj, node)
public OAReferenceFolderItem(
OAProject proj,
ReferenceContainerNode node
)
public:
OAReferenceFolderItem(
OAProject^ proj,
ReferenceContainerNode^ node
)
public function OAReferenceFolderItem(
proj : OAProject,
node : ReferenceContainerNode
)
Parameters
proj
Type: Microsoft.VisualStudio.Package.Automation.OAProjectThe OAProject to which this node belongs.
node
Type: Microsoft.VisualStudio.Package.ReferenceContainerNodeThe ReferenceContainerNode to which this automation object belongs.
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.