Partager via


vsCMInheritanceKind, énumération

Représente le type d'héritage.

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.dll)

Syntaxe

'Déclaration
<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

Membres

Nom de membre Description
vsCMInheritanceKindNone Aucun héritage.
vsCMInheritanceKindAbstract Ce type doit être utilisé pour définir un autre type.(Cela équivaut au mot clé MustOverride en Visual Basic.)
vsCMInheritanceKindSealed Ce type ne peut pas être utilisé comme type de base.
vsCMInheritanceKindNew Ce type n'est pas hérité d'une autre fonction ou propriété.

Voir aussi

Référence

EnvDTE80, espace de noms