IValueSerializableExpression Interface

.NET Framework (current version)
 

Provides methods for converting expressions to strings.

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

public interface class IValueSerializableExpression

NameDescription
System_CAPS_pubmethodCanConvertToString(IValueSerializerContext^)

Determines whether the expression can be converted into a string.

System_CAPS_pubmethodConvertToString(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
Return to top
Show: