RuntimeDelegateArgument Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje RuntimeDelegateArgument nowe wystąpienie klasy przy użyciu określonej nazwy, typu danych, kierunku argumentu i 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
Nazwa elementu RuntimeDelegateArgument.
- type
- Type
Typ danych elementu RuntimeDelegateArgument.
- direction
- ArgumentDirection
Jedna z wartości wyliczenia, która określa kierunek przepływu danych przez argument.
- boundArgument
- DelegateArgument
Argument delegata reprezentowany przez ten RuntimeDelegateArgumentelement .