_dispAssemblyReferencesEvents_Event.remove_AssemblyReferenceRemoved Method
This API supports the .NET Framework 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.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Sub remove_AssemblyReferenceRemoved ( _
A_1 As _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler _
)
void remove_AssemblyReferenceRemoved(
_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler A_1
)
void remove_AssemblyReferenceRemoved(
_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler^ A_1
)
abstract remove_AssemblyReferenceRemoved :
A_1:_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler -> unit
function remove_AssemblyReferenceRemoved(
A_1 : _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler
)
Parameters
A_1
Type: VsWebSite._dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandlerThe event handler.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.