MorphHelper.AddPropertyValueMorphHelper Method

Definition

Adds a method to handle type conversions for the specified property type.

public:
 static void AddPropertyValueMorphHelper(Type ^ propertyType, System::Activities::Presentation::Model::PropertyValueMorphHelper ^ extension);
public static void AddPropertyValueMorphHelper (Type propertyType, System.Activities.Presentation.Model.PropertyValueMorphHelper extension);
static member AddPropertyValueMorphHelper : Type * System.Activities.Presentation.Model.PropertyValueMorphHelper -> unit
Public Shared Sub AddPropertyValueMorphHelper (propertyType As Type, extension As PropertyValueMorphHelper)

Parameters

propertyType
Type

The property type.

extension
PropertyValueMorphHelper

The method that handles type conversions.

Applies to