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

'Declaration
ReadOnly Property AssemblyReferencesEvents As AssemblyReferencesEvents
'Usage
Dim instance As VSWebSiteEvents 
Dim value As AssemblyReferencesEvents 

value = instance.AssemblyReferencesEvents
AssemblyReferencesEvents AssemblyReferencesEvents { get; }
property AssemblyReferencesEvents^ AssemblyReferencesEvents {
    AssemblyReferencesEvents^ get ();
}
function get AssemblyReferencesEvents () : AssemblyReferencesEvents

Property Value

Type: VsWebSite.AssemblyReferencesEvents
An AssemblyReferencesEvents interface to a AssemblyReferencesEventsClass object.

.NET Framework Security

See Also

Reference

VSWebSiteEvents Interface

VSWebSiteEvents Members

VsWebSite Namespace

VsWebSite

References

WebReferencesEvents

WebServicesEvents

WebSiteMiscEvents

Other Resources

Referencing Automation Assemblies and the DTE2 Object

How to: Handle Events in a Macro