VSProjectEvents Interface

 

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

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

[GuidAttribute("F8B92546-F1A2-4066-92F6-FDF2E691A50C")]
public interface VSProjectEvents

NameDescription
System_CAPS_pubpropertyBuildManagerEvents

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

System_CAPS_pubpropertyImportsEvents

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

System_CAPS_pubpropertyReferencesEvents

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

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

Return to top
Show: