_dispAssemblyReferencesEvents_SinkHelper.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
Public Overridable Sub AssemblyReferenceRemoved ( _
A_1 As AssemblyReference _
)
public virtual void AssemblyReferenceRemoved(
AssemblyReference A_1
)
public:
virtual void AssemblyReferenceRemoved(
AssemblyReference^ A_1
)
abstract AssemblyReferenceRemoved :
A_1:AssemblyReference -> unit
override AssemblyReferenceRemoved :
A_1:AssemblyReference -> unit
public function AssemblyReferenceRemoved(
A_1 : AssemblyReference
)
Parameters
A_1
Type: VsWebSite.AssemblyReferenceThe assembly reference.
Implements
_dispAssemblyReferencesEvents.AssemblyReferenceRemoved(AssemblyReference)
.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.