_dispWebReferencesEvents Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

[InterfaceTypeAttribute(2)]
[GuidAttribute("11C784F8-E5A0-4C19-831A-2C2D00C6D897")]
public interface _dispWebReferencesEvents
[InterfaceTypeAttribute(2)]
[GuidAttribute("11C784F8-E5A0-4C19-831A-2C2D00C6D897")]
public interface class _dispWebReferencesEvents
[<InterfaceTypeAttribute(2)>]
[<GuidAttribute("11C784F8-E5A0-4C19-831A-2C2D00C6D897")>]
type _dispWebReferencesEvents = interface end
<InterfaceTypeAttribute(2)>
<GuidAttribute("11C784F8-E5A0-4C19-831A-2C2D00C6D897")>
Public Interface _dispWebReferencesEvents

Methods

Name Description
System_CAPS_pubmethod WebReferenceAdded(WebReference)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebReferenceChanged(WebReference)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebReferenceRemoved(WebReference)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

WebReferencesEvents
VsWebSite Namespace

Return to top