_dispWebReferencesEvents_SinkHelper Class

 

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)

Inheritance Hierarchy

System.Object
  VsWebSite._dispWebReferencesEvents_SinkHelper

Syntax

[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _dispWebReferencesEvents_SinkHelper : _dispWebReferencesEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class _dispWebReferencesEvents_SinkHelper sealed : _dispWebReferencesEvents
[<Sealed>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type _dispWebReferencesEvents_SinkHelper = 
    class
        interface _dispWebReferencesEvents
    end
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public NotInheritable Class _dispWebReferencesEvents_SinkHelper
    Implements _dispWebReferencesEvents

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

Fields

Name Description
System_CAPS_pubfield m_dwCookie

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

System_CAPS_pubfield m_WebReferenceAddedDelegate

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

System_CAPS_pubfield m_WebReferenceChangedDelegate

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

System_CAPS_pubfield m_WebReferenceRemovedDelegate

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

WebReferencesEvents
VsWebSite Namespace

Return to top