WebProjectType, énumération
Énumère un type de projet web.
Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs de membres.
Espace de noms : Microsoft.VisualStudio.SharePoint
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
<FlagsAttribute> _
Public Enumeration WebProjectType
[FlagsAttribute]
public enum WebProjectType
Membres
Nom de membre | Description | |
---|---|---|
Empty | Type vide. | |
Mvc | Type MVC. | |
WebApi | Type API web. | |
WebForms | Type web Forms. |