RuntimeDelegateArgument Konstruktor

Definice

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

type
Type

Datový typ RuntimeDelegateArgument.

direction
ArgumentDirection

Jedna z hodnot výčtu, která určuje směr toku dat pomocí argumentu.

boundArgument
DelegateArgument

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

Platí pro