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ě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
- name
- String
Název RuntimeDelegateArgument.
- 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.