مشاركة عبر


AssemblyReferencesEvents الواجهة

يمثل الأحداث ل Referencesخاصية VSWebSiteكائن. استخدم هذا فئة الوصول إلى الوظيفة التي يوفرها AssemblyReferencesEventsClass.

مساحة الاسم:  VsWebSite
التجميع:  VsWebSite.Interop (في VsWebSite.Interop.dll)

بناء الجملة

'إقرار
<GuidAttribute("E5E56972-0CFE-49B7-9EFB-923613FDA978")> _
Public Interface AssemblyReferencesEvents _
    Inherits _AssemblyReferencesEvents, _dispAssemblyReferencesEvents_Event
[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
[<GuidAttribute("E5E56972-0CFE-49B7-9EFB-923613FDA978")>]
type AssemblyReferencesEvents =  
    interface
        interface _AssemblyReferencesEvents
        interface _dispAssemblyReferencesEvents_Event
    end
public interface AssemblyReferencesEvents extends _AssemblyReferencesEvents, _dispAssemblyReferencesEvents_Event

ملاحظات

استخدام AssemblyReferencesEventsخاصية إلى الحصول على هذه الواجهة إلى AssemblyReferencesEventsClassالكائن.

ملاحظة

الوظيفة التي يوفرها th هو الفئة هو متوفرة في إصدارات Studio Vهوual بدءاً من Vهوual Studio 2005. هو غير متوفرة في Vهوual ويب المطور Express Edition.

أمثلة

الماكرو التالي تعليمات برمجية مثال يوضح كيفية إنشاء مرجع إلى الحالي VSWebSiteالكائن من خلال بيئة وقت التصميم (DTE) والتسجيل على حدث. Th هو عينة هو جزءا من نموذج تعليمات برمجية بقعة صغيرة ل 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 الأعضاء

VsWebSite مساحة الاسم

DTE

VSWebSite

VSWebSiteEvents

VSWebSiteEvents

AssemblyReferencesEvents

AssemblyReferencesEventsClass

موارد أخرى

التجميعات التنفيذ التلقائي المرجعي وكائن DTE2

كيفية القيام بما يلي: أحداث مؤشر في ماكرو