_dispAssemblyReferencesEvents_Event 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
<ComVisibleAttribute(False)> _
Public Interface _dispAssemblyReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface _dispAssemblyReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispAssemblyReferencesEvents_Event
[<ComVisibleAttribute(false)>]
type _dispAssemblyReferencesEvents_Event = interface end
public interface _dispAssemblyReferencesEvents_Event
The _dispAssemblyReferencesEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_AssemblyReferenceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
add_AssemblyReferenceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_AssemblyReferenceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_AssemblyReferenceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Events
Name | Description | |
---|---|---|
AssemblyReferenceAdded | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
AssemblyReferenceRemoved | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top