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.

protected public:
 virtual System::Object ^ DeserializeFromString(System::Workflow::ComponentModel::Serialization::WorkflowMarkupSerializationManager ^ serializationManager, Type ^ propertyType, System::String ^ value);
protected internal virtual object DeserializeFromString (System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager serializationManager, Type propertyType, string value);
abstract member DeserializeFromString : System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager * Type * string -> obj
override this.DeserializeFromString : System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager * Type * string -> obj
Protected Friend Overridable Function DeserializeFromString (serializationManager As WorkflowMarkupSerializationManager, propertyType As Type, value As String) As Object

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