LambdaReference<T>.CanConvertToString(IValueSerializerContext) Method

Definition

This method always returns true and is used in conjunction with ConvertToString(IValueSerializerContext) to provide descriptive error messages when an attempt is made to serialize this activity to XAML.

C#
public bool CanConvertToString (System.Windows.Markup.IValueSerializerContext context);

Parameters

context
IValueSerializerContext

Context information that is used for conversion.

Returns

This method always returns true.

Implements

Remarks

LambdaReference<T> is used for lambda expressions specified in code and cannot be serialized to XAML. If an attempt to serialize a workflow that contains a LambdaReference<T> is made, a LambdaSerializationException is thrown. If the containing workflow requires XAML serialization, use VisualBasicReference<TResult> or use ExpressionServices to convert the LambdaReference<T> to a format that can be serialized.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1