Version

GetErrors Method (ProjectViewProviderBase)

Virtual method called to aggreate errors from all derived classes.
Syntax
'Declaration
 
Protected Overridable Sub GetErrors( _
   ByVal errors As List(Of DataErrorInfo) _
) 
protected virtual void GetErrors( 
   List<DataErrorInfo> errors
)

Parameters

errors
A list of errors to populate that will be aggregated and high severity errors will be exposed via the BlockingError property of the control.
Remarks

Note: derived classes that override this method should call the base implementation to pick up all the errors.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also