_dispCodeModelEvents 介面
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("4EA8090E-D289-4D56-98CD-C48DD2853B2E")> _
Public Interface _dispCodeModelEvents
[InterfaceTypeAttribute()]
[GuidAttribute("4EA8090E-D289-4D56-98CD-C48DD2853B2E")]
public interface _dispCodeModelEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"4EA8090E-D289-4D56-98CD-C48DD2853B2E")]
public interface class _dispCodeModelEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4EA8090E-D289-4D56-98CD-C48DD2853B2E")>]
type _dispCodeModelEvents = interface end
public interface _dispCodeModelEvents
_dispCodeModelEvents 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
ElementAdded | 基礎架構。 僅限 Microsoft 內部使用。 | |
ElementChanged | 基礎架構。 僅限 Microsoft 內部使用。 | |
ElementDeleted | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首