ITextExpression Interface

.NET Framework (current version)
 

Represents a text expression.

Namespace:   System.Activities.Expressions
Assembly:  System.Activities (in System.Activities.dll)

public interface class ITextExpression

NameDescription
System_CAPS_pubpropertyExpressionText

Gets the expression text to be evaluated.

System_CAPS_pubpropertyLanguage

Gets the language information that applies to interface text expression.

System_CAPS_pubpropertyRequiresCompilation

Gets a value that indicates whether the ITextExpression requires compilation.

NameDescription
System_CAPS_pubmethodGetExpressionTree()

Gets the expression tree.

.NET Framework
Available since 4.5
Return to top
Show: