DelegateArgumentReference<T> Konstruktory
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 nowe wystąpienie klasy DelegateArgumentReference<T>.
Przeciążenia
DelegateArgumentReference<T>() |
Inicjuje nowe wystąpienie klasy DelegateArgumentReference<T>. |
DelegateArgumentReference<T>(DelegateArgument) |
Inicjuje DelegateArgumentReference<T> nowe wystąpienie klasy przy użyciu określonego DelegateArgumentelementu . |
DelegateArgumentReference<T>()
Inicjuje nowe wystąpienie klasy DelegateArgumentReference<T>.
public:
DelegateArgumentReference();
public DelegateArgumentReference ();
Public Sub New ()
Dotyczy
DelegateArgumentReference<T>(DelegateArgument)
Inicjuje DelegateArgumentReference<T> nowe wystąpienie klasy przy użyciu określonego DelegateArgumentelementu .
public:
DelegateArgumentReference(System::Activities::DelegateArgument ^ delegateArgument);
public DelegateArgumentReference (System.Activities.DelegateArgument delegateArgument);
new System.Activities.Expressions.DelegateArgumentReference<'T> : System.Activities.DelegateArgument -> System.Activities.Expressions.DelegateArgumentReference<'T>
Public Sub New (delegateArgument As DelegateArgument)
Parametry
- delegateArgument
- DelegateArgument
Wartość wyrażenia.