CodeModelEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Refer to CodeModelEvents for this functionality. Do not instantiate from this class.
Inheritance Hierarchy
System.Object
EnvDTE80.CodeModelEventsClass
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("B2FA9979-35EB-4CA2-B467-7370152E53B7")> _
<ClassInterfaceAttribute()> _
Public Class CodeModelEventsClass _
Implements _CodeModelEvents, CodeModelEvents, _dispCodeModelEvents_Event
[GuidAttribute("B2FA9979-35EB-4CA2-B467-7370152E53B7")]
[ClassInterfaceAttribute()]
public class CodeModelEventsClass : _CodeModelEvents,
CodeModelEvents, _dispCodeModelEvents_Event
[GuidAttribute(L"B2FA9979-35EB-4CA2-B467-7370152E53B7")]
[ClassInterfaceAttribute()]
public ref class CodeModelEventsClass : _CodeModelEvents,
CodeModelEvents, _dispCodeModelEvents_Event
[<GuidAttribute("B2FA9979-35EB-4CA2-B467-7370152E53B7")>]
[<ClassInterfaceAttribute()>]
type CodeModelEventsClass =
class
interface _CodeModelEvents
interface CodeModelEvents
interface _dispCodeModelEvents_Event
end
public class CodeModelEventsClass implements _CodeModelEvents, CodeModelEvents, _dispCodeModelEvents_Event
The CodeModelEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CodeModelEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_ElementAdded | Infrastructure. Microsoft Internal Use Only. | |
add_ElementChanged | Infrastructure. Microsoft Internal Use Only. | |
add_ElementDeleted | 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 a hash function for a particular type. (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_ElementAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_ElementChanged | Infrastructure. Microsoft Internal Use Only. | |
remove_ElementDeleted | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ElementAdded | Raised when a CodeElement object has been created. The new object is passed to the event handler. | |
ElementChanged | Raised when a CodeElement object has been changed. | |
ElementDeleted | Raised when a CodeElement is deleted. |
Top
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.