_dispAssemblyReferencesEvents_SinkHelper.m_AssemblyReferenceAddedDelegate 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_AssemblyReferenceAddedDelegate As _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler
'Usage
Dim instance As _dispAssemblyReferencesEvents_SinkHelper
Dim value As _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler
value = instance.m_AssemblyReferenceAddedDelegate
instance.m_AssemblyReferenceAddedDelegate = value
public _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler m_AssemblyReferenceAddedDelegate
public:
_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler^ m_AssemblyReferenceAddedDelegate
public var m_AssemblyReferenceAddedDelegate : _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler
.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