VSProjectEvents2 接口
扩展 VSProjectEvents 类。 新类提供对某些 Web 引用事件的访问。
命名空间: VSLangProj80
程序集: VSLangProj80(在 VSLangProj80.dll 中)
语法
声明
<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")> _
Public Interface VSProjectEvents2 _
Inherits VSProjectEvents
[GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface VSProjectEvents2 : VSProjectEvents
[GuidAttribute(L"6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface class VSProjectEvents2 : VSProjectEvents
[<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")>]
type VSProjectEvents2 =
interface
interface VSProjectEvents
end
public interface VSProjectEvents2 extends VSProjectEvents
VSProjectEvents2 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
BuildManagerEvents | (继承自 VSProjectEvents。) | |
BuildManagerEvents | 获取提供对 BuildManager 事件的访问的 BuildManagerEvents 对象。 | |
ImportsEvents | (继承自 VSProjectEvents。) | |
ImportsEvents | 获取一个提供对 Imports 对象事件的访问的 ImportsEvents 对象。 | |
ReferencesEvents | (继承自 VSProjectEvents。) | |
ReferencesEvents | 获取一个 ReferencesEvents 对象,它提供对 References 集合的事件的访问。 | |
VSLangProjWebReferencesEvents | 获取一个提供对 Web 引用事件的访问的 VSLangProjWebReferencesEvents 对象。 |
页首
备注
此对象提供对 Visual Basic Visual C# 或 Visual J# 项目的 Web 引用事件的编程访问。
示例
请参见 Events。