_dispAssemblyReferencesEvents 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("A1B04977-56DD-40D1-89E3-65E1902A9103")]
public interface _dispAssemblyReferencesEvents
[InterfaceTypeAttribute(2)]
[GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")]
public interface class _dispAssemblyReferencesEvents
[<InterfaceTypeAttribute(2)>]
[<GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")>]
type _dispAssemblyReferencesEvents = interface end
<InterfaceTypeAttribute(2)>
<GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")>
Public Interface _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.

See Also

AssemblyReferencesEvents
VsWebSite Namespace

Return to top