Share via


VSProjectEvents2 Interface

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

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

Syntax

'Declaration
<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")> _
Public Interface VSProjectEvents2 _
    Inherits VSProjectEvents
'Usage
Dim instance As VSProjectEvents2
[GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface VSProjectEvents2 : VSProjectEvents
[GuidAttribute(L"6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface class VSProjectEvents2 : VSProjectEvents
public interface VSProjectEvents2 extends VSProjectEvents

Remarks

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

Examples

See Events.

See Also

Reference

VSProjectEvents2 Members

VSLangProj80 Namespace

VSProjectEvents