VSProjectEvents2 Interface

Definition

Extends the VSProjectEvents class. The new class provides access to certain web reference events.

public interface class VSProjectEvents2 : VSLangProj::VSProjectEvents
public interface class VSProjectEvents2 : VSLangProj::VSProjectEvents
__interface VSProjectEvents2 : VSLangProj::VSProjectEvents
[System.Runtime.InteropServices.Guid("6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface VSProjectEvents2 : VSLangProj.VSProjectEvents
[System.Runtime.InteropServices.Guid("6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface VSProjectEvents2 : VSLangProj.VSProjectEvents
[<System.Runtime.InteropServices.Guid("6DCBC5A7-37BF-461C-958F-A81DA10D242E")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type VSProjectEvents2 = interface
    interface VSProjectEvents
[<System.Runtime.InteropServices.Guid("6DCBC5A7-37BF-461C-958F-A81DA10D242E")>]
type VSProjectEvents2 = interface
    interface VSProjectEvents
Public Interface VSProjectEvents2
Implements VSProjectEvents
Attributes
Implements

Examples

See Events.

Remarks

This object provides programmatic access to the web reference events of a Visual Basic or Visual C# project.

Properties

BuildManagerEvents

Gets a BuildManagerEvents object that provides access to the BuildManager events.

ImportsEvents

Gets an ImportsEvents object that provides access to the Imports object events.

ReferencesEvents

Gets a ReferencesEvents object that provides access to the events of the References collection.

VSLangProjWebReferencesEvents

Gets a VSLangProjWebReferencesEvents object that provides access to Web reference events.

Applies to