Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The severity of the error.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Syntax
'Declaration
Public Property Severity As ExtensionErrorSeverity
Get
Set
'Usage
Dim instance As ExtensionError
Dim value As ExtensionErrorSeverity
value = instance.Severity
instance.Severity = value
public ExtensionErrorSeverity Severity { get; set; }
public:
property ExtensionErrorSeverity Severity {
ExtensionErrorSeverity get ();
void set (ExtensionErrorSeverity value);
}
function get Severity () : ExtensionErrorSeverity
function set Severity (value : ExtensionErrorSeverity)
Property Value
Type: Microsoft.Data.Entity.Design.Extensibility.ExtensionErrorSeverity
The severity of the error.
Remarks
The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Data.Entity.Design.Extensibility Namespace
Other Resources
Visual Studio Extensibility Developer Center