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

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

Property Value

Type: VsWebSite.WebServicesEvents

A WebServicesEvents interface to a WebServicesEventsClass object.

See Also

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

Return to top