CodeAttributeArgument Properties
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | Children | Gets the collection of child attributes for the specified code attribute argument. |
![]() | Collection | Gets the collection containing the object that supports this property. |
![]() | DTE | Gets the top-level extensibility object, in this case the DTE2 object. |
![]() | EndPoint | Gets a TextPoint object defining the end of the code attribute argument. |
![]() | Extender[String^] | Returns the Extender for the code attribute argument. |
![]() | ExtenderCATID | Gets the category ID (CATID) for the Extender of the code attribute argument. |
![]() | ExtenderNames | Gets the names of the Extenders for the code attribute arguments. |
![]() | FullName | Gets the fully qualified name of the code attribute argument's definition. |
![]() | InfoLocation | Gets a constant indicating the location of the code attribute argument. |
![]() | IsCodeType | Gets a value indicating whether a CodeType object can be obtained from this code attribute argument. |
![]() | Kind | Gets an enumeration value that defines the type of code element. |
![]() | Language | Gets the programming language that is used to author the code. |
![]() | Name | Gets or sets a string representing the name of the object. |
![]() | ProjectItem | Gets the associated ProjectItem object. |
![]() | StartPoint | Gets a TextPoint object defining the start of the code attribute argument. |
![]() | Value | Sets or gets the value of an attribute argument. |
