ComponentOne Expression Editor for WPF
GetErrors Method (C1ExpressionEditor)

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > C1ExpressionEditor Class : GetErrors Method
Gets list of C1.ExpressionEditor.Engine.ErrorInfo objects.
Syntax
'Declaration
 
Public Function GetErrors() As System.Collections.Generic.List(Of ErrorInfo)
public System.Collections.Generic.List<ErrorInfo> GetErrors()
See Also

Reference

C1ExpressionEditor Class
C1ExpressionEditor Members