次の方法で共有


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

メソッド取得の対象となるプロパティ型。

戻り値

PropertyValueMorphHelper

指定したプロパティ型の型変換を処理するメソッド。

適用対象