






|
| Microsoft.Activities.Extensions |
| XamlHelper..::..Load Method (String, Assembly) |
| XamlHelper Class See Also Send Feedback |
Loads a XAML or XAMLX file
Namespace: Microsoft.Activities.Extensions.Tracking
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
| C# |
|---|
public static Activity Load( string xamlFile, Assembly localAssembly ) |
| Visual Basic |
|---|
Public Shared Function Load ( _ xamlFile As String, _ localAssembly As Assembly _ ) As Activity |
| Visual C++ |
|---|
public: static Activity^ Load( String^ xamlFile, Assembly^ localAssembly ) |
Parameters
- xamlFile
- Type: System..::..String
The xaml file.
- localAssembly
- Type: System.Reflection..::..Assembly
The local assembly.
