_dispDTEEvents_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: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispDTEEvents_Event
[ComVisibleAttribute(false)]
public interface _dispDTEEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispDTEEvents_Event
[<ComVisibleAttribute(false)>]
type _dispDTEEvents_Event = interface end
public interface _dispDTEEvents_Event
The _dispDTEEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_ModeChanged | Infrastructure. Microsoft Internal Use Only. | |
add_OnBeginShutdown | Infrastructure. Microsoft Internal Use Only. | |
add_OnMacrosRuntimeReset | Infrastructure. Microsoft Internal Use Only. | |
add_OnStartupComplete | Infrastructure. Microsoft Internal Use Only. | |
remove_ModeChanged | Infrastructure. Microsoft Internal Use Only. | |
remove_OnBeginShutdown | Infrastructure. Microsoft Internal Use Only. | |
remove_OnMacrosRuntimeReset | Infrastructure. Microsoft Internal Use Only. | |
remove_OnStartupComplete | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
ModeChanged | Infrastructure. Microsoft Internal Use Only. | |
OnBeginShutdown | Infrastructure. Microsoft Internal Use Only. | |
OnMacrosRuntimeReset | Infrastructure. Microsoft Internal Use Only. | |
OnStartupComplete | Infrastructure. Microsoft Internal Use Only. |
Top