__VSPROJTARGETRUNTIME É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.
Spécifie le type au moment de l'exécution de la cible du projet.
public enum class __VSPROJTARGETRUNTIME
public enum class __VSPROJTARGETRUNTIME
enum __VSPROJTARGETRUNTIME
public enum __VSPROJTARGETRUNTIME
type __VSPROJTARGETRUNTIME =
Public Enum __VSPROJTARGETRUNTIME
- Héritage
-
__VSPROJTARGETRUNTIME
Champs
| VSPROJ_TARGETRUNTIME_APPHOST | 2 | Le runtime cible est JavaScript. |
| VSPROJ_TARGETRUNTIME_MANAGED | 0 | Le runtime cible est le Common Language Runtime .NET. |
| VSPROJ_TARGETRUNTIME_NATIVE | 1 | Le runtime cible est du code natif. |