Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the type of inheritance.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("C4541DAB-D314-452D-9760-30A615F0DC26")> _
Public Enumeration vsCMInheritanceKind
[GuidAttribute("C4541DAB-D314-452D-9760-30A615F0DC26")]
public enum vsCMInheritanceKind
[GuidAttribute(L"C4541DAB-D314-452D-9760-30A615F0DC26")]
public enum class vsCMInheritanceKind
[<GuidAttribute("C4541DAB-D314-452D-9760-30A615F0DC26")>]
type vsCMInheritanceKind
public enum vsCMInheritanceKind
Members
| Member name | Description | |
|---|---|---|
| vsCMInheritanceKindNone | No inheritance. | |
| vsCMInheritanceKindAbstract | This type must be used to define another type. (This is equivalent to the MustOverride keyword in Visual Basic.) | |
| vsCMInheritanceKindSealed | This type may not be used as a base type. | |
| vsCMInheritanceKindNew | This type is not inherited from another function or property. |