This documentation is archived and is not being maintained.
ActivityXamlServices Class
Visual Studio 2010
Creates an instance of an activity tree described in XAML.
Assembly: System.Activities (in System.Activities.dll)
The ActivityXamlServices type exposes the following members.
| 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 | Maps an ActivityBuilder or ActivityBuilder<TResult> from the specified writer to an x:Class activity tree. |
![]() ![]() | 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 | Initializes the specified component. |
![]() ![]() | Load(Stream) | 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(TextReader) | 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(XmlReader) | Creates an instance of the declarative workflow described in the specified XML reader. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
