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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.