IWebClassLibProjectEvents Interface
Provides web class library events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")> _
Public Interface IWebClassLibProjectEvents
[InterfaceTypeAttribute()]
[GuidAttribute("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")]
public interface IWebClassLibProjectEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")]
public interface class IWebClassLibProjectEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")>]
type IWebClassLibProjectEvents = interface end
public interface IWebClassLibProjectEvents
The IWebClassLibProjectEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnFileAdded | Occurs when a file is added. | |
OnReferenceAdded | Occurs when a reference is added to the project. | |
StartWebAdminTool | Starts the web admin tool. |
Top