OAVSProjectEvents Constructor

Initializes a new instance of OAVSProjectEvents for the specified project.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub New ( _
    vsProject As OAVSProject _
)
'使用
Dim vsProject As OAVSProject

Dim instance As New OAVSProjectEvents(vsProject)
public OAVSProjectEvents(
    OAVSProject vsProject
)
public:
OAVSProjectEvents(
    OAVSProject^ vsProject
)
public function OAVSProjectEvents(
    vsProject : OAVSProject
)

Parameters

Permissions

See Also

Reference

OAVSProjectEvents Class

OAVSProjectEvents Members

Microsoft.VisualStudio.Package.Automation Namespace