Sdílet prostřednictvím


RuntimeDelegateArgument Konstruktor

Definice

Inicializuje novou instanci třídy pomocí zadaného názvu, datového RuntimeDelegateArgument typu, směru argumentu a 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)

Parametry

name
String

Název procesu RuntimeDelegateArgument.

type
Type

Datový typ .RuntimeDelegateArgument

direction
ArgumentDirection

Jedna z hodnot výčtu, která určuje směr toku dat přes argument.

boundArgument
DelegateArgument

Argument delegáta, který je reprezentován tímto RuntimeDelegateArgumentargumentem .

Platí pro