_dispCodeModelEvents Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<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
The _dispCodeModelEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
ElementAdded | Infrastructure. Microsoft Internal Use Only. | |
ElementChanged | Infrastructure. Microsoft Internal Use Only. | |
ElementDeleted | Infrastructure. Microsoft Internal Use Only. |
Top