CodeClass2 Properties
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | Access | Sets or gets the access attributes of this code class. |
![]() | Attributes | Gets a collection of all of the attributes for the code class. |
![]() | Bases | Gets a collection of classes from which this code class derives. |
![]() | Children | Gets a collection of objects contained within this code class. |
![]() | ClassKind | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Collection | Gets the collection contained within the code class. |
![]() | Comment | Sets or gets the comment associated with the code class. |
![]() | DataTypeKind | Sets of gets the relationship of this class with other classes. |
![]() | DerivedTypes | Gets a collection of objects derived from the code class. Not implemented in Visual C#. |
![]() | DocComment | Gets or sets the document comment for the code class. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | EndPoint | Gets the edit point that is the location of the end of the code class. |
![]() | Extender[String^] | Returns the requested Extender object if it is available for the code class. Not implemented in Visual C#. |
![]() | ExtenderCATID | Gets the Extender category ID (CATID) for the code class. Not implemented in Visual C#. |
![]() | ExtenderNames | Gets a list of available Extenders for the code class. Not implemented in Visual C#. |
![]() | FullName | Gets the full path and name of the file of the code class. |
![]() | ImplementedInterfaces | Gets a collection of interfaces implemented by the code class. |
![]() | InfoLocation | Gets the capabilities of the code model. |
![]() | InheritanceKind | Gets or sets a value indicating whether a class may be used to create a new class. |
![]() | IsAbstract | Sets or gets whether or not the code class is declared as abstract. |
![]() | IsCodeType | Gets a value indicating whether a CodeType object can be obtained from the code class. |
![]() | IsDerivedFrom[String^] | Gets a value indicating whether the code class has another code class as its base. |
![]() | IsGeneric | Gets a value indicating whether the current class or struct is a generic. |
![]() | IsShared | Gets or sets the shared (static) status of the class. |
![]() | Kind | Gets an enumeration indicating the type of class. |
![]() | Language | Gets the programming language used to author the class. |
![]() | Members | Gets a collection of code elements contained by the class. |
![]() | Name | Sets or gets the name of the class. |
![]() | Namespace | Gets a CodeNamespace object defining the parent namespace of the class. |
![]() | Parent | Gets the immediate parent object of the class. |
![]() | PartialClasses | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Parts | Gets parts of a class. |
![]() | ProjectItem | Gets the ProjectItem associated with the given object. |
![]() | StartPoint | Gets a TextPoint object that defines the beginning of the class. |
