Share via


VSWebSiteEvents Interface

Definition

Provides access to events collections in the Web site project.

public interface class VSWebSiteEvents
[System.Runtime.InteropServices.Guid("9F1B1C2C-FA11-44AB-A7DA-926FF1927C70")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VSWebSiteEvents
[<System.Runtime.InteropServices.Guid("9F1B1C2C-FA11-44AB-A7DA-926FF1927C70")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VSWebSiteEvents = interface
Public Interface VSWebSiteEvents
Attributes

Properties

AssemblyReferencesEvents

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

WebReferencesEvents

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

WebServicesEvents

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

WebSiteMiscEvents

Gets a reference to miscellaneous events in a Web site project.

Applies to