WorkflowMarkupSerializer.DeserializeFromString Method

Definition

Deserializes extensible Application Markup Language (XAML) content from the specified string according to the given type of the property to deserialize.

C#
protected internal virtual object DeserializeFromString(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager serializationManager, Type propertyType, string value);

Parameters

serializationManager
WorkflowMarkupSerializationManager

The WorkflowMarkupSerializationManager that manages the deserialization process.

propertyType
Type

The Type associated with the property to deserialize.

value
String

A string that contains the XAML to deserialize.

Returns

The deserialized Object.

Exceptions

serializationManager, propertyType, or value, contains a null reference (Nothing in Visual Basic).

Remarks

value must meet one of the following criteria:

Applies to

Ürün Sürümler
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1