VSWebSiteEvents.AssemblyReferencesEvents Property

 

Gets a reference to events for the References collection property in a Web site project.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

AssemblyReferencesEvents AssemblyReferencesEvents { get; }
property AssemblyReferencesEvents^ AssemblyReferencesEvents {
    AssemblyReferencesEvents^ get();
}
abstract AssemblyReferencesEvents : AssemblyReferencesEvents with get
ReadOnly Property AssemblyReferencesEvents As AssemblyReferencesEvents

Property Value

Type: VsWebSite.AssemblyReferencesEvents

An AssemblyReferencesEvents interface to a AssemblyReferencesEventsClass object.

See Also

T:VsWebSite.VsWebSite
References
WebReferencesEvents
WebServicesEvents
WebSiteMiscEvents
VSWebSiteEvents Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
(NIB) How to: Handle Events in a Macro

Return to top