vsCMInheritanceKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
vsCMInheritanceKindNone | 0 | No inheritance. |
vsCMInheritanceKindAbstract | 1 | This type must be used to define another type. (This is equivalent to the |
vsCMInheritanceKindSealed | 2 | This type may not be used as a base type. |
vsCMInheritanceKindNew | 4 | This type is not inherited from another function or property. |