Initializes a new instance of OAFolderItem for the specified project and hierarchy node.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
proj As OAProject, _
node As FolderNode _
)
'使用
Dim proj As OAProject
Dim node As FolderNode
Dim instance As New OAFolderItem(proj, node)
public OAFolderItem(
OAProject proj,
FolderNode node
)
public:
OAFolderItem(
OAProject^ proj,
FolderNode^ node
)
public function OAFolderItem(
proj : OAProject,
node : FolderNode
)
Parameters
proj
Type: Microsoft.VisualStudio.Package.Automation.OAProjectThe OAProject to which the folder node belongs.
node
Type: Microsoft.VisualStudio.Package.FolderNodeThe FolderNode this item represents.
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.