vsCMInheritanceKind Enumeration
Visual Studio 2015
Represents the type of inheritance.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| vsCMInheritanceKindAbstract | This type must be used to define another type. (This is equivalent to the MustOverride keyword in Visual Basic.) | |
| vsCMInheritanceKindNew | This type is not inherited from another function or property. | |
| vsCMInheritanceKindNone | No inheritance. | |
| vsCMInheritanceKindSealed | This type may not be used as a base type. |
Show: