vsCMInheritanceKind Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é |
| 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. |