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 | 取得可用來存取 References 集合事件的 ReferencesEvents 物件。 | |
VSLangProjWebReferencesEvents | 取得可用來存取 Web 參考事件的 VSLangProjWebReferencesEvents 物件。 |
回頁首
備註
這個物件提供以程式方式存取 Visual Basic Visual C# Web 參考事件,或 Visual J# 專案。
範例
請參閱Events。