ActivityXamlServices.Load Method (System.Activities.XamlIntegration)

Switch View :
ScriptFree
.NET Framework Class Library
ActivityXamlServices.Load Method

Creates an instance of a declarative workflow.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
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
See Also

Reference