言語

RuntimeDelegateArgument コンストラクター

定義

指定した名前、データ型、引数の方向、およびRuntimeDelegateArgumentを使用して、DelegateArgument クラスの新しいインスタンスを初期化します。

public:
 RuntimeDelegateArgument(System::String ^ name, Type ^ type, System::Activities::ArgumentDirection direction, System::Activities::DelegateArgument ^ boundArgument);
public RuntimeDelegateArgument(string name, Type type, System.Activities.ArgumentDirection direction, System.Activities.DelegateArgument boundArgument);
new System.Activities.RuntimeDelegateArgument : string * Type * System.Activities.ArgumentDirection * System.Activities.DelegateArgument -> System.Activities.RuntimeDelegateArgument
Public Sub New (name As String, type As Type, direction As ArgumentDirection, boundArgument As DelegateArgument)

パラメーター

name
String

RuntimeDelegateArgumentの名前。

type
Type

RuntimeDelegateArgumentのデータ型。

direction
ArgumentDirection

引数を介したデータ フローの方向を指定する列挙値の 1 つ。

boundArgument
DelegateArgument

この RuntimeDelegateArgumentによって表されるデリゲート引数。

適用対象