Serializes the specified process parameter and values into a XAML string.
Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function SerializeProcessParameters ( _
    parameterValues As IDictionary(Of String, Object) _
) As String
public static string SerializeProcessParameters(
    IDictionary<string, Object> parameterValues
)
public:
static String^ SerializeProcessParameters(
    IDictionary<String^, Object^>^ parameterValues
)
static member SerializeProcessParameters : 
        parameterValues:IDictionary<string, Object> -> string
public static function SerializeProcessParameters(
    parameterValues : IDictionary<String, Object>
) : String
Parameters
- parameterValues 
 Type: System.Collections.Generic.IDictionary<String, Object>- A dictionary of the process parameters and their values to serialize into a XAML string. 
Return Value
Type: System.String
A XAML string that represents the specified parameter values.
.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.