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