Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Refer to VSLangProjWebReferencesEvents for this functionality. Do not instantiate from this class.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("9AAD53A9-32CB-4D84-97A7-B4AFA94F5878")> _
Public Interface _dispVSLangProjWebReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute("9AAD53A9-32CB-4D84-97A7-B4AFA94F5878")]
public interface _dispVSLangProjWebReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"9AAD53A9-32CB-4D84-97A7-B4AFA94F5878")]
public interface class _dispVSLangProjWebReferencesEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("9AAD53A9-32CB-4D84-97A7-B4AFA94F5878")>]
type _dispVSLangProjWebReferencesEvents = interface end
public interface _dispVSLangProjWebReferencesEvents
The _dispVSLangProjWebReferencesEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnAfterWebReferenceAdded | For functionality, see OnAfterWebReferenceAdded. |
![]() |
OnBeforeWebReferenceRemoved | For functionality, see OnBeforeWebReferenceRemoved. |
![]() |
OnWebReferenceChanged | For functionality, see OnWebReferenceChanged. |
Top