CodeAttribute Members
Visual Studio 2005
Allows manipulation of a code element's attribute.
The following tables list the members exposed by the CodeAttribute type.
| Name | Description | |
|---|---|---|
| Children | Returns a collection of objects contained within this code's CodeAttribute construct. |
| Collection | Gets the collection containing the CodeAttribute object supporting this property. |
| DTE | Gets the top-level extensibility object. |
| EndPoint | Gets the text point that is the location of the end of the code item. |
| Extender | Returns the requested Extender object. |
| ExtenderCATID | Gets the Extender category ID (CATID) for the object. |
| ExtenderNames | Gets a list of available Extenders for the object. |
| FullName | Gets the full path and name of the CodeAttribute object's file. |
| InfoLocation | Describes the capabilities of the code model. |
| IsCodeType | Indicates whether or not a CodeType object can be obtained from this CodeAttribute object. |
| Kind | Gets an enumeration indicating the type of object. |
| Language | Gets the programming language used to author the code. |
| Name | Sets or gets the name of the CodeAttribute. |
| Parent | Gets the immediate parent object of a given CodeAttribute object. |
| ProjectItem | Gets the ProjectItem associated with the CodeAttribute object. |
| StartPoint | Gets a TextPoint object that defines the beginning of the code item. |
| Value | Sets or gets the data value for the object. |
| Name | Description | |
|---|---|---|
| Delete | Removes the current CodeAttribute. |
| GetEndPoint | Returns a TextPoint object that marks the end of the code element definition. |
| GetStartPoint | Returns a TextPoint that specifies the beginning of the code element definition. |