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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.