CodeElement2 Properties
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | Children | Gets a collection of objects contained within this CodeElement2. |
![]() | Collection | Gets the CodeElements collection containing the CodeElement2 that supports this property. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | ElementID | Gets a value that uniquely identifies the element. Not implemented in Visual C#. |
![]() | EndPoint | Gets the text point that is the location of the end of the code item. |
![]() | Extender[String^] | Returns the requested Extender if it is available for this CodeElement2 object. Not implemented in Visual C#. |
![]() | ExtenderCATID | Gets the Extender category ID (CATID) for the CodeElement2 object. Not implemented in Visual C#. |
![]() | ExtenderNames | Gets a list of available Extenders for the CodeElement2 object. Not implemented in Visual C#. |
![]() | FullName | Gets the full path and name of the CodeElement2 object's file. |
![]() | InfoLocation | Gets the capabilities of the code model. |
![]() | IsCodeType | Gets whether or not a CodeType object can be obtained from the CodeElement2 object. |
![]() | Kind | Gets an enumeration that defines the type of code element. |
![]() | Language | Gets the programming language that is used to author the CodeElement2. |
![]() | Name | Gets or sets the name of the CodeElement2 object. |
![]() | ProjectItem | Gets the ProjectItem object associated with the CodeElement object. |
![]() | StartPoint | Gets a TextPoint object that defines the beginning of the CodeElement2. |
