BaseCodeGeneratorWithSite.ErrorList Property

Microsoft internal use only.

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 ();
}
function get ErrorList () : IVsErrorList

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsErrorList
Microsoft internal use only.

Permissions

See Also

Reference

BaseCodeGeneratorWithSite Class

BaseCodeGeneratorWithSite Members

Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace