OAVSProject.Events Property

Gets a VSProjectEvents object that allows you to respond to events of the Imports, References, and BuildManager objects.

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

Syntax

'宣言
Public ReadOnly Property Events As VSProjectEvents
'使用
Dim instance As OAVSProject
Dim value As VSProjectEvents

value = instance.Events
public VSProjectEvents Events { get; }
public:
virtual property VSProjectEvents^ Events {
    VSProjectEvents^ get () sealed;
}
public final function get Events () : VSProjectEvents

Property Value

Type: VSLangProj.VSProjectEvents

OAVSProjectEvents.

Implements

VSProject.Events

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace