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
vsProject
Type: Microsoft.VisualStudio.Package.Automation.OAVSProjectThe OAVSProject for which the events are raised.
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.