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
- 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
BaseCodeGeneratorWithSite Class
BaseCodeGeneratorWithSite Members
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace