ActivityXamlServices Class
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.
Creates an instance of an activity tree described in XAML.
public ref class ActivityXamlServices abstract sealed
public static class ActivityXamlServices
type ActivityXamlServices = class
Public Class ActivityXamlServices
- Inheritance
-
ActivityXamlServices
Methods
CreateBuilderReader(XamlReader, XamlSchemaContext) |
Maps an |
CreateBuilderReader(XamlReader) |
Maps an |
CreateBuilderWriter(XamlWriter) |
Maps an ActivityBuilder or ActivityBuilder<TResult> from the specified writer to an |
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 |
CreateReader(XamlReader, XamlSchemaContext) |
Maps an |
CreateReader(XamlReader) |
Maps an |
InitializeComponent(Type, Object) |
Initializes the specified component. |
Load(Stream, ActivityXamlServicesSettings) |
Creates an instance of the declarative workflow described in the specified stream. |
Load(Stream) |
Creates an instance of the declarative workflow described in the specified stream. |
Load(String, ActivityXamlServicesSettings) |
Creates an instance of the declarative workflow described in the specified file. |
Load(String) |
Creates an instance of the declarative workflow described in the specified file. |
Load(TextReader, ActivityXamlServicesSettings) |
Creates an instance of the declarative workflow described in the specified text reader. |
Load(TextReader) |
Creates an instance of the declarative workflow described in the specified text reader. |
Load(XamlReader, ActivityXamlServicesSettings) |
Creates an instance of the declarative workflow described in the specified XAML reader. |
Load(XamlReader) |
Creates an instance of the declarative workflow described in the specified XAML reader. |
Load(XmlReader, ActivityXamlServicesSettings) |
Creates an instance of the declarative workflow described in the specified XML reader. |
Load(XmlReader) |
Creates an instance of the declarative workflow described in the specified XML reader. |