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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.