DTEEventsClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | DTEEventsClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| Name | Description | |
|---|---|---|
![]() | add_ModeChanged(_dispDTEEvents_ModeChangedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_OnBeginShutdown(_dispDTEEvents_OnBeginShutdownEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_OnMacrosRuntimeReset(_dispDTEEvents_OnMacrosRuntimeResetEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_OnStartupComplete(_dispDTEEvents_OnStartupCompleteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | remove_ModeChanged(_dispDTEEvents_ModeChangedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnBeginShutdown(_dispDTEEvents_OnBeginShutdownEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnMacrosRuntimeReset(_dispDTEEvents_OnMacrosRuntimeResetEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnStartupComplete(_dispDTEEvents_OnStartupCompleteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ModeChanged | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the mode of the development environment (build, run, or debug) is changed. |
![]() | OnBeginShutdown | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the development environment is closing. |
![]() | OnMacrosRuntimeReset | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the common language runtime resets, clearing all global variable data and losing all event connections. |
![]() | OnStartupComplete | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the environment has completed initializing. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


