.NET Framework Class Library
ActivityXamlServices Class
Creates an instance of an activity tree described in XAML.
Inheritance Hierarchy
System.Object
System.Activities.XamlIntegration.ActivityXamlServices
Namespace: System.Activities.XamlIntegration
Assembly: System.Activities (in System.Activities.dll)
Syntax
Visual Basic
Public NotInheritable Class ActivityXamlServices
C#
public static class ActivityXamlServices
Visual C++
public ref class ActivityXamlServices abstract sealed
F#
[<AbstractClass>] [<Sealed>] type ActivityXamlServices = class end
The ActivityXamlServices type exposes the following members.
Methods
| 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. |
Version Information
.NET Framework
Supported in: 4.NET Framework Client Profile
Supported in: 4Platforms
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.See Also