_dispCodeModelEvents_Event 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
<ComVisibleAttribute(False)> _
Public Interface _dispCodeModelEvents_Event
[ComVisibleAttribute(false)]
public interface _dispCodeModelEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispCodeModelEvents_Event
[<ComVisibleAttribute(false)>]
type _dispCodeModelEvents_Event = interface end
public interface _dispCodeModelEvents_Event
The _dispCodeModelEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_ElementAdded | Infrastructure. Microsoft Internal Use Only. | |
add_ElementChanged | Infrastructure. Microsoft Internal Use Only. | |
add_ElementDeleted | Infrastructure. Microsoft Internal Use Only. | |
remove_ElementAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_ElementChanged | Infrastructure. Microsoft Internal Use Only. | |
remove_ElementDeleted | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
ElementAdded | Infrastructure. Microsoft Internal Use Only. | |
ElementChanged | Infrastructure. Microsoft Internal Use Only. | |
ElementDeleted | Infrastructure. Microsoft Internal Use Only. |
Top