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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.