vsCMInheritanceKind Énumération

Définition

Représente le type d'héritage.

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
Héritage
vsCMInheritanceKind
Attributs

Champs

vsCMInheritanceKindAbstract 1

Ce type doit être utilisé pour définir un autre type. (Cela équivaut au mot clé MustOverride dans Visual Basic.)

vsCMInheritanceKindNew 4

Ce type n'est pas hérité d'une autre fonction ou propriété.

vsCMInheritanceKindNone 0

Aucun héritage.

vsCMInheritanceKindSealed 2

Ce type ne peut pas être utilisé comme type de base.

S’applique à