다음을 통해 공유


ExtensionErrorSeverity 열거형

An enumeration that describes the severity of an ExtensionError.

네임스페이스: Microsoft.Data.Entity.Design.Extensibility
어셈블리: microsoft.data.entity.design.extensibility.dll의 Microsoft.Data.Entity.Design.Extensibility

사용법

구문

‘선언
Public Enumeration ExtensionErrorSeverity
public enum ExtensionErrorSeverity
public enum class ExtensionErrorSeverity
public enum ExtensionErrorSeverity
public enum ExtensionErrorSeverity

멤버

멤버 이름 설명
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.

설명

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.

플랫폼

개발 플랫폼

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 및 Windows 2000

대상 플랫폼

참고 항목

참조

Microsoft.Data.Entity.Design.Extensibility 네임스페이스

기타 리소스

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions