WorkflowHelpers.DeserializeProcessParameters Method (String)
Creates and returns an Activity object by deserializing the data in the specified XAML string.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function DeserializeProcessParameters ( _
parameterValues As String _
) As IDictionary(Of String, Object)
public static IDictionary<string, Object> DeserializeProcessParameters(
string parameterValues
)
public:
static IDictionary<String^, Object^>^ DeserializeProcessParameters(
String^ parameterValues
)
static member DeserializeProcessParameters :
parameterValues:string -> IDictionary<string, Object>
public static function DeserializeProcessParameters(
parameterValues : String
) : IDictionary<String, Object>
Parameters
parameterValues
Type: System.StringA XAML string that describes the parameters and values.
Return Value
Type: System.Collections.Generic.IDictionary<String, Object>
An Activity defined by the specified XAML string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.