ActivityXamlServices Class (System.Activities.XamlIntegration)

Switch View :
ScriptFree
.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
Public method Static member CreateBuilderReader(XamlReader) Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult>.
Public method Static member CreateBuilderReader(XamlReader, XamlSchemaContext) Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult> using the specified schema context.
Public method Static member CreateBuilderWriter Maps an ActivityBuilder or ActivityBuilder<TResult> from the specified writer to an x:Class activity tree.
Public method Static member CreateReader(Stream) Maps an x:Class activity tree from the specified stream to an DynamicActivity or DynamicActivity<TResult>.
Public method Static member CreateReader(XamlReader) Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult>.
Public method Static member CreateReader(XamlReader, XamlSchemaContext) Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult> using the specified schema context.
Public method Static member InitializeComponent Initializes the specified component.
Public method Static member Load(Stream) Creates an instance of the declarative workflow described in the specified stream.
Public method Static member Load(String) Creates an instance of the declarative workflow described in the specified file.
Public method Static member Load(TextReader) Creates an instance of the declarative workflow described in the specified text reader.
Public method Static member Load(XamlReader) Creates an instance of the declarative workflow described in the specified XAML reader.
Public method Static member Load(XmlReader) Creates an instance of the declarative workflow described in the specified XML reader.
Top
Version Information

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4
Platforms

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

Reference