ActivityXamlServices Class
Creates an instance of an activity tree described in XAML.
Assembly: System.Activities (in System.Activities.dll)
| 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. |
![]() ![]() | CreateBuilderWriter(XamlWriter^) | Maps an ActivityBuilder or ActivityBuilder<TResult> from the specified writer to an x:Class activity tree. |
![]() ![]() | CreateFactory(XamlReader^, Type^) | Returns a delegate method for the specified XAML reader with return value of specified type. |
![]() ![]() | CreateFactory<T>(XamlReader^) | Returns a delegate method for the specified XAML reader with return value of specified type. |
![]() ![]() | CreateReader(Stream^) | Maps an x:Class activity tree from the specified stream to an DynamicActivity or DynamicActivity<TResult>. |
![]() ![]() | CreateReader(XamlReader^) | Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult>. |
![]() ![]() | CreateReader(XamlReader^, XamlSchemaContext^) | Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult> using the specified schema context. |
![]() ![]() | InitializeComponent(Type^, Object^) | Initializes the specified component. |
![]() ![]() | Load(Stream^) | Creates an instance of the declarative workflow described in the specified stream. |
![]() ![]() | Load(Stream^, ActivityXamlServicesSettings^) | Creates an instance of the declarative workflow described in the specified stream. |
![]() ![]() | Load(String^) | Creates an instance of the declarative workflow described in the specified file. |
![]() ![]() | Load(String^, ActivityXamlServicesSettings^) | Creates an instance of the declarative workflow described in the specified file. |
![]() ![]() | Load(TextReader^) | Creates an instance of the declarative workflow described in the specified text reader. |
![]() ![]() | Load(TextReader^, ActivityXamlServicesSettings^) | Creates an instance of the declarative workflow described in the specified text reader. |
![]() ![]() | Load(XamlReader^) | Creates an instance of the declarative workflow described in the specified XAML reader. |
![]() ![]() | Load(XamlReader^, ActivityXamlServicesSettings^) | Creates an instance of the declarative workflow described in the specified XAML reader. |
![]() ![]() | Load(XmlReader^) | Creates an instance of the declarative workflow described in the specified XML reader. |
![]() ![]() | Load(XmlReader^, ActivityXamlServicesSettings^) | Creates an instance of the declarative workflow described in the specified XML reader. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

