Aracılığıyla paylaş


RuntimeDelegateArgument Oluşturucu

Tanım

Belirtilen adı, veri türünü, bağımsız değişken yönünü ve DelegateArgumentkullanarak sınıfının yeni bir örneğini RuntimeDelegateArgument başlatır.

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)

Parametreler

name
String

RuntimeDelegateArgument öğesinin adı.

type
Type

veri türü RuntimeDelegateArgument.

direction
ArgumentDirection

Bir bağımsız değişken üzerinden veri akışının yönünü belirten numaralandırma değerlerinden biri.

boundArgument
DelegateArgument

Bu RuntimeDelegateArgumenttarafından temsil edilen temsilci bağımsız değişkeni.

Şunlara uygulanır