ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / IHighlighter Interface / UpdateFields Method

In This Topic
    UpdateFields Method
    In This Topic
    Syntax
    'Declaration
     
    Sub UpdateFields( _
       ByVal fiels As System.Collections.Generic.List(Of String) _
    ) 
    void UpdateFields( 
       System.Collections.Generic.List<string> fiels
    )

    Parameters

    fiels
    See Also