VSProjectEvents Interface

Definition

Provides access to events of the References, Imports, and BuildManager objects.

public interface class VSProjectEvents
public interface class VSProjectEvents
__interface VSProjectEvents
[System.Runtime.InteropServices.Guid("F8B92546-F1A2-4066-92F6-FDF2E691A50C")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface VSProjectEvents
[System.Runtime.InteropServices.Guid("F8B92546-F1A2-4066-92F6-FDF2E691A50C")]
public interface VSProjectEvents
[<System.Runtime.InteropServices.Guid("F8B92546-F1A2-4066-92F6-FDF2E691A50C")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type VSProjectEvents = interface
[<System.Runtime.InteropServices.Guid("F8B92546-F1A2-4066-92F6-FDF2E691A50C")>]
type VSProjectEvents = interface
Public Interface VSProjectEvents
Derived
Attributes

Examples

See Events.

Remarks

This object provides programmatic access to the 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.

Applies to