_dispAssemblyReferencesEvents 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
<InterfaceTypeAttribute()> _
<GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")> _
Public Interface _dispAssemblyReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")]
public interface _dispAssemblyReferencesEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"A1B04977-56DD-40D1-89E3-65E1902A9103")]
public interface class _dispAssemblyReferencesEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A1B04977-56DD-40D1-89E3-65E1902A9103")>]
type _dispAssemblyReferencesEvents = interface end
public interface _dispAssemblyReferencesEvents
The _dispAssemblyReferencesEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssemblyReferenceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
AssemblyReferenceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top