_dispWebReferencesEvents Interface
This API supports the .NET Framework 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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("11C784F8-E5A0-4C19-831A-2C2D00C6D897")> _
Public Interface _dispWebReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute("11C784F8-E5A0-4C19-831A-2C2D00C6D897")]
public interface _dispWebReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"11C784F8-E5A0-4C19-831A-2C2D00C6D897")]
public interface class _dispWebReferencesEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("11C784F8-E5A0-4C19-831A-2C2D00C6D897")>]
type _dispWebReferencesEvents = interface end
public interface _dispWebReferencesEvents
The _dispWebReferencesEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
WebReferenceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebReferenceChanged | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebReferenceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top