RuntimeDelegateArgument Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.