ModelConversionExtensionContext.Errors Property
A list of errors that can be shown in the Visual StudioError List when loading a custom file format and converting it to a custom file format.
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 loading a custom file format and converting it to a custom file format.