MorphHelper.AddPropertyValueMorphHelper Method
Definition
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.