Expression Editor for WinForms | ComponentOne
C1.ExpressionEditor.Engine Namespace / IExpressionLexer Interface / GetExpressionItems Method

In This Topic
    GetExpressionItems Method (IExpressionLexer)
    In This Topic
    Gets list of ExpressionItem of the current context.
    Syntax
    'Declaration
     
    
    Function GetExpressionItems() As List(Of ExpressionItem)
    List<ExpressionItem> GetExpressionItems()
    See Also