共用方式為


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

其中一個列舉值,指定流經引數之資料的方向。

boundArgument
DelegateArgument

由這個 RuntimeDelegateArgument 表示的委派引數。

適用於