Čitajte na engleskom

Dijeli putem


vsCMInheritanceKind Enum

Definition

Represents the type of inheritance.

C++/CX
public enum class vsCMInheritanceKind
Inheritance
vsCMInheritanceKind
Attributes

Fields

Name Value Description
vsCMInheritanceKindNone 0

No inheritance.

vsCMInheritanceKindAbstract 1

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

vsCMInheritanceKindSealed 2

This type may not be used as a base type.

vsCMInheritanceKindNew 4

This type is not inherited from another function or property.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022