ActivityXamlServices.CreateBuilderWriter(XamlWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps an ActivityBuilder or ActivityBuilder<TResult> from the specified writer to an x:Class
activity tree.
public:
static System::Xaml::XamlWriter ^ CreateBuilderWriter(System::Xaml::XamlWriter ^ innerWriter);
public static System.Xaml.XamlWriter CreateBuilderWriter (System.Xaml.XamlWriter innerWriter);
static member CreateBuilderWriter : System.Xaml.XamlWriter -> System.Xaml.XamlWriter
Public Shared Function CreateBuilderWriter (innerWriter As XamlWriter) As XamlWriter
Parameters
- innerWriter
- XamlWriter
The content of an ActivityBuilder or ActivityBuilder<TResult>.
Returns
A XamlWriter that handles the transformation between the ActivityBuilder and the activity x:Class
XAML.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.