RuntimeDelegateArgument 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的名稱、資料型別、引數方向和 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
- type
- Type
RuntimeDelegateArgument 的資料型別。
- direction
- ArgumentDirection
其中一個列舉值,指定流經引數之資料的方向。
- boundArgument
- DelegateArgument
由這個 RuntimeDelegateArgument 表示的委派引數。