WorkflowHelpers.DeserializeWorkflow Method (String, Boolean, List<ProcessParameterError>%)
This method is still used by build computer (returning assembly mismatches instead of throwing an exception at first error)
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function DeserializeWorkflow ( _
markup As String, _
throwException As Boolean, _
<OutAttribute> ByRef assemblyMismatches As List(Of ProcessParameterError) _
) As Activity
public static Activity DeserializeWorkflow(
string markup,
bool throwException,
out List<ProcessParameterError> assemblyMismatches
)
public:
static Activity^ DeserializeWorkflow(
String^ markup,
bool throwException,
[OutAttribute] List<ProcessParameterError^>^% assemblyMismatches
)
static member DeserializeWorkflow :
markup:string *
throwException:bool *
assemblyMismatches:List<ProcessParameterError> byref -> Activity
public static function DeserializeWorkflow(
markup : String,
throwException : boolean,
assemblyMismatches : List<ProcessParameterError>
) : Activity
Parameters
- markup
Type: System.String
- throwException
Type: System.Boolean
- assemblyMismatches
Type: System.Collections.Generic.List<ProcessParameterError>%
Return Value
Type: System.Activities.Activity
.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.