_dispAssemblyReferencesEvents_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._dispAssemblyReferencesEvents_SinkHelper

Syntax

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

Methods

Name Description
System_CAPS_pubmethod AssemblyReferenceAdded(AssemblyReference)

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 AssemblyReferenceRemoved(AssemblyReference)

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 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.)

Fields

Name Description
System_CAPS_pubfield m_AssemblyReferenceAddedDelegate

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_AssemblyReferenceRemovedDelegate

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_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.

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

AssemblyReferencesEvents
VsWebSite Namespace

Return to top