.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 | |
|---|---|---|
|
CreateBuilderReader(XamlReader) | Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult>. |
|
CreateBuilderReader(XamlReader, XamlSchemaContext) | Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult> using the specified schema context. |
Remarks
This overload is used for design-time scenarios.
See Also