VSWebSiteEvents.WebReferencesEvents Property
Gets a reference to events for the WebReferences collection property in a Web site project.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property WebReferencesEvents As WebReferencesEvents
'Usage
Dim instance As VSWebSiteEvents
Dim value As WebReferencesEvents
value = instance.WebReferencesEvents
WebReferencesEvents WebReferencesEvents { get; }
property WebReferencesEvents^ WebReferencesEvents {
WebReferencesEvents^ get ();
}
function get WebReferencesEvents () : WebReferencesEvents
Property Value
Type: VsWebSite.WebReferencesEvents
A WebReferencesEvents interface to a WebReferencesEventsClass object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.