VSProjectEvents Interface
Provides access to events of the References, Imports, and BuildManager objects.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("F8B92546-F1A2-4066-92F6-FDF2E691A50C")> _
Public Interface VSProjectEvents
[GuidAttribute("F8B92546-F1A2-4066-92F6-FDF2E691A50C")]
public interface VSProjectEvents
[GuidAttribute(L"F8B92546-F1A2-4066-92F6-FDF2E691A50C")]
public interface class VSProjectEvents
[<GuidAttribute("F8B92546-F1A2-4066-92F6-FDF2E691A50C")>]
type VSProjectEvents = interface end
public interface VSProjectEvents
The VSProjectEvents type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Remarks
This object provides programmatic access to the events of a Visual Basic or Visual C# project.
Examples
See Events.