CodeEvent Members
Include Protected Members
Include Inherited Members
Models a code event element.
The CodeEvent type exposes the following members.
Methods
Name
Description
Creates a new attribute code construct and inserts the code in the correct location.
Gets a TextPoint object that marks the end of the code event element.
Gets a TextPoint object that marks the beginning of the code event element.
Top
Properties
Name
Description
Gets or sets a value that determines how a code event element may be accessed by other code.
Gets or sets the event listeners.
Gets a CodeElements collection of attributes for this code event element.
Gets a collection of objects contained within this CodeEvent.
Gets a CodeElements collection.
Gets or sets a header comment associated with the code event element.
Gets or sets a documentation comment associated with the code event element.
Gets the top-level extensibility object.
Gets the location in the source file marked as an end of the code event element.
Gets the requested Extender if it is available for this CodeElement object.
Gets the Extender category ID (CATID) for the object.
Gets a list of available Extenders for the object.
Gets a fully-qualified name of the specified CodeEvent object.
Gets the capabilities of the code model.
Gets whether the CodeEvent is a CodeType.
Gets a value indicating whether the event has separate methods for adding/ removing events and throwing exceptions.
Gets of sets the shared (static) status of the event.
Gets the type of the code element.
Gets the programming language used to author the code.
Gets or sets the name of the CodeEvent object.
Gets of sets the override modifiers on a code event.
Gets the immediate parent object of the CodeEvent object.
Gets the ProjectItem object associated with the CodeEvent object.
Gets a string containing the description of a code event element.
Gets or sets the event listeners.
Gets the location in the source file marked as a beginning of the code event element.
Gets or sets CodeFunction object.
Gets or sets the type of the CodeTypeReference object.
Top