_dispAssemblyReferencesEvents_Event 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

[ComVisibleAttribute(false)]
public interface _dispAssemblyReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispAssemblyReferencesEvents_Event
[<ComVisibleAttribute(false)>]
type _dispAssemblyReferencesEvents_Event = interface end
<ComVisibleAttribute(False)>
Public Interface _dispAssemblyReferencesEvents_Event

Methods

Name Description
System_CAPS_pubmethod add_AssemblyReferenceAdded(_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler)

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 add_AssemblyReferenceRemoved(_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

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 remove_AssemblyReferenceAdded(_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler)

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 remove_AssemblyReferenceRemoved(_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler)

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.

Events

Name Description
System_CAPS_pubevent AssemblyReferenceAdded

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

System_CAPS_pubevent AssemblyReferenceRemoved

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

See Also

AssemblyReferencesEvents
VsWebSite Namespace

Return to top