CodeAttribute Properties

Include Protected Members
Include Inherited Members

The CodeAttribute type exposes the following members.

Properties

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

Top

See Also

Reference

CodeAttribute Interface

EnvDTE Namespace