Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface VSProjectEvents2 : VSProjectEvents
[GuidAttribute(L"6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface class VSProjectEvents2 : VSProjectEvents
[<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")>]
type VSProjectEvents2 =
interface
interface VSProjectEvents
end
public interface VSProjectEvents2 extends VSProjectEvents
The VSProjectEvents2 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. |
![]() |
VSLangProjWebReferencesEvents | Gets a VSLangProjWebReferencesEvents object that provides access to Web reference events. |
Top
Remarks
This object provides programmatic access to the web reference events of a Visual Basic or Visual C# project.
Examples
See Events.
.gif)