IValueSerializableExpression Interface
.NET Framework (current version)
Provides methods for converting expressions to strings.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | CanConvertToString(IValueSerializerContext^) | Determines whether the expression can be converted into a string. |
![]() | ConvertToString(IValueSerializerContext^) | Converts an expression to a string. |
Authors of expression activities who want to offer a short textual form of the activities' expressions should implement this interface.
.NET Framework
Available since 4.0
Available since 4.0
Show:
