OAProjectItem<T> Constructor

Initializes a new instance of OAProjectItem<T> for the supplied 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 T _
)
'使用
Dim proj As OAProject
Dim node As T

Dim instance As New OAProjectItem(proj, node)
public OAProjectItem(
    OAProject proj,
    T node
)
public:
OAProjectItem(
    OAProject^ proj, 
    T node
)
public function OAProjectItem(
    proj : OAProject, 
    node : T
)

Parameters

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace