ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionEditor Class / GetErrors Method

In This Topic
    GetErrors Method (C1ExpressionEditor)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetErrors() As List(Of ErrorInfo)
    public List<ErrorInfo> GetErrors()
    See Also