ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.ExpressionEditor.Engine Namespace / IExpressionLexer Interface / GetExpressionItems Method

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