ActivityXamlServices.CreateBuilderReader Method (System.Activities.XamlIntegration)

Switch View :
ScriptFree
.NET Framework Class Library
ActivityXamlServices.CreateBuilderReader Method

Maps an x:Class activity tree to an ActivityBuilder or ActivityBuilder<TResult>.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Static member CreateBuilderReader(XamlReader) Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult>.
Public method Static member CreateBuilderReader(XamlReader, XamlSchemaContext) Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult> using the specified schema context.
Top
Remarks

This overload is used for design-time scenarios.

See Also

Reference