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

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

適用対象