Énumération ExtensionErrorSeverity
An enumeration that describes the severity of an ExtensionError.
Espace de noms: Microsoft.Data.Entity.Design.Extensibility
Assembly : Microsoft.Data.Entity.Design.Extensibility (dans microsoft.data.entity.design.extensibility.dll)
Utilisation
Syntaxe
'Déclaration
Public Enumeration ExtensionErrorSeverity
public enum ExtensionErrorSeverity
public enum class ExtensionErrorSeverity
public enum ExtensionErrorSeverity
public enum ExtensionErrorSeverity
Membres
Nom de membre | Description |
---|---|
Error | Indicates that the severity of the ExtensionError is Error. An ExtensionError with this severity will appear in the Visual Studio Error List as an error. |
Message | Indicates that the severity of the ExtensionError is Message. An ExtensionError with this severity will appear in the Visual Studio Error List as a message. |
Warning | Indicates that the severity of the ExtensionError is Warning. An ExtensionError with this severity will appear in the Visual Studio Error List as a warning. |
Notes
In a Visual Studio extension, the ExtensionErrorSeverity enumeration is used when you want to extend the file loading and saving functionality of the Entity Data Model Designer (Entity Designer). Specifically, the ExtensionErrorSeverity enumeration is used to specify the severity of an ExtensionError object, which defines errors in the Errors properties of the ModelTransformExtensionContext and ModelConversionExtensionContext classes.
For more information about extending the functionality of the ADO.NET Entity Data Model Tools, see Extending the Entity Data Model Tools and ADO.NET Entity Data Model Designer Extension Starter Kit.
Plateformes
Plateformes de développement
Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000
Plateformes cibles
Voir aussi
Référence
Espace de noms Microsoft.Data.Entity.Design.Extensibility
Autres ressources
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions