ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditor Class / GetErrors Method

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