vsCMInheritanceKind Enumeration
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 | |
---|---|---|
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. |