ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor 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 System.Collections.Generic.List(Of ExpressionItem)
    System.Collections.Generic.List<ExpressionItem> GetExpressionItems()
    See Also