CodeAttribute2 Properties

Include Protected Members
Include Inherited Members

The CodeAttribute2 type exposes the following members.

Properties

  Name Description
Public property Arguments Gets a collection of CodeElement objects that contains the CodeAttributeArgument objects associated with this attribute.
Public property Children Gets a collection of objects contained within this code construct.
Public property Collection Gets a collection of CodeAttribute2 objects.
Public property DTE Gets the top-level extensibility object.
Public property EndPoint Gets the edit point that is the end location of the code attribute.
Public property Extender Returns the requested Extender if it is available for this code attribute.
Public property ExtenderCATID Gets the Extender category ID (CATID) for the object.
Public property ExtenderNames Gets a list of names of available Extenders for the object.
Public property FullName Gets the full path and name of the object's file.
Public property InfoLocation Gets the code model.
Public property IsCodeType Gets whether a CodeType object can be obtained from this object.
Public property Kind Gets an enumeration indicating the type of attribute.
Public property Language Gets a constant identifying the programming language used to author the attribute.
Public property Name Sets or gets the name of the code attribute.
Public property Parent Gets the immediate parent object of the code attribute.
Public property ProjectItem Gets the ProjectItem associated with the code attribute.
Public property StartPoint Gets a TextPoint that defines the beginning of the attribute.
Public property Target Sets or gets the target of the code attribute.
Public property Value Sets or gets the data for the code attribute.

Top

See Also

Reference

CodeAttribute2 Interface

EnvDTE80 Namespace