MorphHelper.GetPropertyValueMorphHelper(Type) 方法

定义

返回可处理指定属性类型的类型转换的方法。

public:
 static System::Activities::Presentation::Model::PropertyValueMorphHelper ^ GetPropertyValueMorphHelper(Type ^ propertyType);
public static System.Activities.Presentation.Model.PropertyValueMorphHelper GetPropertyValueMorphHelper (Type propertyType);
static member GetPropertyValueMorphHelper : Type -> System.Activities.Presentation.Model.PropertyValueMorphHelper
Public Shared Function GetPropertyValueMorphHelper (propertyType As Type) As PropertyValueMorphHelper

参数

propertyType
Type

要为其获取方法的属性类型。

返回

可处理指定属性类型的类型转换的方法。

适用于