CodeElement Members
Include Protected Members
Include Inherited Members
Represents a code element or construct in a source file.
The CodeElement type exposes the following members.
Methods
Name
Description
Returns a TextPoint object that marks the end of the code element definition.
Returns a TextPoint object that marks the beginning of the code element definition.
Top
Properties
Name
Description
Returns a collection of objects contained within this CodeElement.
Gets the CodeElements collection containing the CodeElement that supports this property.
Gets the top-level extensibility object.
Gets the text point that is the location of the end of the code item.
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 code element.
Gets the capabilities of the code model.
Indicates whether or not a CodeType object can be obtained from the CodeElement object.
Gets an enumeration that defines the type of object.
Gets the programming language that is used to author the code.
Sets or gets the name of the object.
Gets the ProjectItem object associated with the CodeElement object.
Gets a TextPoint object that defines the beginning of the code item.
Top