次の方法で共有


ActivityWithResultConverter コンストラクター

定義

ActivityWithResultConverter クラスの新しいインスタンスを作成します。

オーバーロード

ActivityWithResultConverter()

ActivityWithResultConverter クラスの新しいインスタンスを作成します。

ActivityWithResultConverter(Type)

アクティビティの結果の変換先である指定された型を使用して、ActivityWithResultConverter クラスの新しいインスタンスを初期化します。

ActivityWithResultConverter()

ActivityWithResultConverter クラスの新しいインスタンスを作成します。

public:
 ActivityWithResultConverter();
public ActivityWithResultConverter ();
Public Sub New ()

適用対象

ActivityWithResultConverter(Type)

アクティビティの結果の変換先である指定された型を使用して、ActivityWithResultConverter クラスの新しいインスタンスを初期化します。

public:
 ActivityWithResultConverter(Type ^ type);
public ActivityWithResultConverter (Type type);
new System.Activities.XamlIntegration.ActivityWithResultConverter : Type -> System.Activities.XamlIntegration.ActivityWithResultConverter
Public Sub New (type As Type)

パラメーター

type
Type

アクティビティの結果の変換先の型。

適用対象