DTEEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Inheritance Hierarchy
System.Object
EnvDTE.DTEEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("C6304BAB-6765-4C63-9017-4940AEB6F207")> _
<ClassInterfaceAttribute()> _
Public Class DTEEventsClass _
Implements _DTEEvents, DTEEvents, _dispDTEEvents_Event
[GuidAttribute("C6304BAB-6765-4C63-9017-4940AEB6F207")]
[ClassInterfaceAttribute()]
public class DTEEventsClass : _DTEEvents,
DTEEvents, _dispDTEEvents_Event
[GuidAttribute(L"C6304BAB-6765-4C63-9017-4940AEB6F207")]
[ClassInterfaceAttribute()]
public ref class DTEEventsClass : _DTEEvents,
DTEEvents, _dispDTEEvents_Event
[<GuidAttribute("C6304BAB-6765-4C63-9017-4940AEB6F207")>]
[<ClassInterfaceAttribute()>]
type DTEEventsClass =
class
interface _DTEEvents
interface DTEEvents
interface _dispDTEEvents_Event
end
public class DTEEventsClass implements _DTEEvents, DTEEvents, _dispDTEEvents_Event
The DTEEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DTEEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
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. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ModeChanged | Occurs when the mode of the development environment (build, run, or debug) is changed. | |
OnBeginShutdown | Occurs when the development environment is closing. | |
OnMacrosRuntimeReset | Occurs when the common language runtime resets, clearing all global variable data and losing all event connections. | |
OnStartupComplete | Occurs when the environment has completed initializing. |
Top
Remarks
Refer to DTEEvents for this functionality. Do not instantiate this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.