AssemblyReferencesEvents - интерфейс
Обновлен: Ноябрь 2007
Представляет события для свойства References объекта VSWebSite. Этот класс применяется для использования функциональных возможностей, предоставляемых классом AssemblyReferencesEventsClass.
Пространство имен: VsWebSite
Сборка: VsWebSite.Interop (в VsWebSite.Interop.dll)
Синтаксис
'Декларация
<GuidAttribute("E5E56972-0CFE-49B7-9EFB-923613FDA978")> _
Public Interface AssemblyReferencesEvents _
Implements _AssemblyReferencesEvents, _dispAssemblyReferencesEvents_Event
'Применение
Dim instance As AssemblyReferencesEvents
[GuidAttribute("E5E56972-0CFE-49B7-9EFB-923613FDA978")]
public interface AssemblyReferencesEvents : _AssemblyReferencesEvents,
_dispAssemblyReferencesEvents_Event
[GuidAttribute(L"E5E56972-0CFE-49B7-9EFB-923613FDA978")]
public interface class AssemblyReferencesEvents : _AssemblyReferencesEvents,
_dispAssemblyReferencesEvents_Event
public interface AssemblyReferencesEvents extends _AssemblyReferencesEvents, _dispAssemblyReferencesEvents_Event
Заметки
Для получения этого интерфейса к объекту AssemblyReferencesEventsClass используется свойство AssemblyReferencesEvents.
Примечание. |
---|
Предоставляемые этим классом функциональные возможности доступны в версиях Visual Studio, начиная с Visual Studio 2005. Они недоступны в экспресс-выпуске Visual Web Developer. |
Примеры
В следующем примере кода макроса показано, как создать ссылку на текущий объект VSWebSite с помощью среды времени разработки (DTE), и как подписаться на событие. Этот пример является частью более крупного примера для свойства VSWebSiteEvents.
' Initialize the VsWebSite and the Events
Sub InitAssemblyRefsEvents()
' Get a reference to the first Web site
' in the current solution
Dim ws As VsWebSite.VSWebSite = _
DTE.Solution.Projects.Item(1).Object
' Attach the Web site events to module events
AssemblyRefsEvents = _
ws.VSWebSiteEvents.AssemblyReferencesEvents
End Sub
' Declare the event
' The macro IDE requires the attribute
' in order to trap the events
<System.ContextStaticAttribute()> _
Public WithEvents AssemblyRefsEvents As _
VsWebSite.AssemblyReferencesEvents
См. также
Ссылки
AssemblyReferencesEvents - члены