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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.