DTEEvents Interface
Provides events relating to the state of the environment. Use this object for functionality and refer to DTEEventsClass for this object's documentation.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")> _
Public Interface DTEEvents _
Inherits _DTEEvents, _dispDTEEvents_Event
[GuidAttribute("FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")]
public interface DTEEvents : _DTEEvents,
_dispDTEEvents_Event
[GuidAttribute(L"FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")]
public interface class DTEEvents : _DTEEvents,
_dispDTEEvents_Event
[<GuidAttribute("FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")>]
type DTEEvents =
interface
interface _DTEEvents
interface _dispDTEEvents_Event
end
public interface DTEEvents extends _DTEEvents, _dispDTEEvents_Event
The DTEEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_ModeChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
add_OnBeginShutdown | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
add_OnMacrosRuntimeReset | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
add_OnStartupComplete | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
remove_ModeChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
remove_OnBeginShutdown | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
remove_OnMacrosRuntimeReset | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
remove_OnStartupComplete | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
ModeChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
OnBeginShutdown | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
OnMacrosRuntimeReset | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) | |
OnStartupComplete | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.) |
Top
Remarks
The DTEEvents object is returned by DTE.Events.