VSWebSiteEvents.WebServicesEvents Property

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

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

Syntax

'Declaration
ReadOnly Property WebServicesEvents As WebServicesEvents
WebServicesEvents WebServicesEvents { get; }
property WebServicesEvents^ WebServicesEvents {
    WebServicesEvents^ get ();
}
abstract WebServicesEvents : WebServicesEvents
function get WebServicesEvents () : WebServicesEvents

Property Value

Type: VsWebSite.WebServicesEvents
A WebServicesEvents interface to a WebServicesEventsClass object.

.NET Framework Security

See Also

Reference

VSWebSiteEvents Interface

VsWebSite Namespace

VsWebSite

WebServices

AssemblyReferencesEvents

WebReferencesEvents

WebSiteMiscEvents

Other Resources

Referencing Automation Assemblies and the DTE2 Object

How to: Handle Events in a Macro