vsCMInheritanceKind Enumeration

 

Represents the type of inheritance.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

[GuidAttribute("C4541DAB-D314-452D-9760-30A615F0DC26")]
public enum vsCMInheritanceKind

Member nameDescription
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.

Return to top
Show: