WorkflowMarkupSerializer.DeserializeFromString Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- serializationManager
- WorkflowMarkupSerializationManager
The WorkflowMarkupSerializationManager that manages the deserialization process.
- value
- String
A string that contains the XAML to deserialize.
The deserialized Object.
serializationManager
, propertyType
, or value
, contains a null reference (Nothing
in Visual Basic).
value
must meet one of the following criteria:
it is a primitive type, a string, an enumeration, or a TimeSpan.
it can be assigned from the IConvertible interface or from the Delegate or Type classes.
Ü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 |
.NET geri bildirimi
.NET, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: