BaseCodeGeneratorWithSite.ErrorList Property
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Get the Vs ErrorList object
Namespace: Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Protected ReadOnly Property ErrorList As IVsErrorList
Get
'Usage
Dim value As IVsErrorList
value = Me.ErrorList
protected IVsErrorList ErrorList { get; }
protected:
property IVsErrorList^ ErrorList {
IVsErrorList^ get ();
}
member ErrorList : IVsErrorList
function get ErrorList () : IVsErrorList
Property Value
Type: IVsErrorList
See Also
Reference
BaseCodeGeneratorWithSite Class
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace