DelegateArgumentValue<T> Konstruktory
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 DelegateArgumentValue<T> třídy.
Přetížení
DelegateArgumentValue<T>() |
Inicializuje novou instanci DelegateArgumentValue<T> třídy. |
DelegateArgumentValue<T>(DelegateArgument) |
Inicializuje novou instanci DelegateArgumentValue<T> třídy pomocí zadané DelegateArgument. |
DelegateArgumentValue<T>()
Inicializuje novou instanci DelegateArgumentValue<T> třídy.
public:
DelegateArgumentValue();
public DelegateArgumentValue ();
Public Sub New ()
Platí pro
DelegateArgumentValue<T>(DelegateArgument)
Inicializuje novou instanci DelegateArgumentValue<T> třídy pomocí zadané DelegateArgument.
public:
DelegateArgumentValue(System::Activities::DelegateArgument ^ delegateArgument);
public DelegateArgumentValue (System.Activities.DelegateArgument delegateArgument);
new System.Activities.Expressions.DelegateArgumentValue<'T> : System.Activities.DelegateArgument -> System.Activities.Expressions.DelegateArgumentValue<'T>
Public Sub New (delegateArgument As DelegateArgument)
Parametry
- delegateArgument
- DelegateArgument
Hodnota výrazu.