Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.Activities.Design.ExpressionTranslation Namespace

 

Updated: September 18, 2012

This namespace contains classes that are used for translating expressions between C# and Visual Basic.

ClassDescription
System_CAPS_pubclassExpressionTranslator

Translates the expressions in a XAML workflow from VB or C# into trees of activities, such that the entire tree is expressed in terms of trusted activities, and no VB or C# is executed at runtime.

System_CAPS_pubclassTranslationError

An error thrown during expression translation.

System_CAPS_pubclassTranslationResults

Contains the results of translating the expressions of a workflow. These results contain the translated XAML (provided as a XamlReader) and the set of errors (if any) from the expression translation operation.

Return to top

Community Additions

Show: