vsCMInheritanceKind Enum

Definition

Represents the type of inheritance.

public enum class vsCMInheritanceKind
public enum class vsCMInheritanceKind
enum vsCMInheritanceKind
[System.Runtime.InteropServices.Guid("C4541DAB-D314-452D-9760-30A615F0DC26")]
public enum vsCMInheritanceKind
[<System.Runtime.InteropServices.Guid("C4541DAB-D314-452D-9760-30A615F0DC26")>]
type vsCMInheritanceKind = 
Public Enum vsCMInheritanceKind
Inheritance
vsCMInheritanceKind
Attributes

Fields

vsCMInheritanceKindAbstract 1

This type must be used to define another type. (This is equivalent to the MustOverride keyword in Visual Basic.)

vsCMInheritanceKindNew 4

This type is not inherited from another function or property.

vsCMInheritanceKindNone 0

No inheritance.

vsCMInheritanceKindSealed 2

This type may not be used as a base type.

Applies to