次の方法で共有


RuntimeDelegateArgument コンストラクター

定義

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

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 によって表されるデリゲート引数。

適用対象