_dispVCProjectEngineEvents 介面
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<GuidAttribute("7BE8201E-F7DE-4821-954A-30904F16F83A")> _
Public Interface _dispVCProjectEngineEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("7BE8201E-F7DE-4821-954A-30904F16F83A")]
public interface _dispVCProjectEngineEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[GuidAttribute(L"7BE8201E-F7DE-4821-954A-30904F16F83A")]
public interface class _dispVCProjectEngineEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<GuidAttribute("7BE8201E-F7DE-4821-954A-30904F16F83A")>]
type _dispVCProjectEngineEvents = interface end
public interface _dispVCProjectEngineEvents
_dispVCProjectEngineEvents 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
![]() |
ItemAdded | 表示指定的項目已加入至專案。 |
![]() |
ItemMoved | 表示指定的項目已在專案內移動。 |
![]() |
ItemPropertyChange | 表示指定之項目的屬性已變更。 |
![]() |
ItemPropertyChange2 | |
![]() |
ItemRemoved | 表示已從專案中移除指定的項目。 |
![]() |
ItemRenamed | 表示專案中的指定項目已重新命名。 |
![]() |
ProjectBuildFinished | 表示已完成專案的建置。 |
![]() |
ProjectBuildStarted | 表示已開始專案的建置。 |
![]() |
ReportError | 傳送錯誤訊息至使用者介面。 |
![]() |
SccEvent | 表示已發生原始程式碼控制項事件。 |
![]() |
SolutionLoaded | 表示已載入 Visual C++ 方案。 |
回頁首