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
Implements
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.