ModelTransformExtensionContext.Errors Property

 

A list of errors that can be shown in the Visual StudioError List when .edmx files are loaded or saved by the Entity Data Model Designer.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1002:DoNotExposeGenericLists", 
	Justification = "Backwards compatibility, it is already part of public API")]
public abstract List<ExtensionError> Errors { get; }

Property Value

Type: System.Collections.Generic.List<ExtensionError>

A list of errors that can be shown in the Visual StudioError List when .edmx files are loaded or saved by the Entity Data Model Designer.