_dispAssemblyReferencesEvents_SinkHelper.m_AssemblyReferenceRemovedDelegate Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This field 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 m_AssemblyReferenceRemovedDelegate As _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler
'Usage
Dim instance As _dispAssemblyReferencesEvents_SinkHelper
Dim value As _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler
value = instance.m_AssemblyReferenceRemovedDelegate
instance.m_AssemblyReferenceRemovedDelegate = value
public _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler m_AssemblyReferenceRemovedDelegate
public:
_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler^ m_AssemblyReferenceRemovedDelegate
public var m_AssemblyReferenceRemovedDelegate : _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler
.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.
See Also
Reference
_dispAssemblyReferencesEvents_SinkHelper Class