InvokeFunc<T1,T2,T3,T4,T5,T6,T7,T8,T9,TResult>.Func Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ActivityFunc<T1,T2,T3,T4,T5,T6,T7,T8,T9,TResult> to be invoked.
public:
property System::Activities::ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult> ^ Func { System::Activities::ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult> ^ get(); void set(System::Activities::ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult> ^ value); };
public System.Activities.ActivityFunc<T1,T2,T3,T4,T5,T6,T7,T8,T9,TResult> Func { get; set; }
member this.Func : System.Activities.ActivityFunc<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'Result> with get, set
Public Property Func As ActivityFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult)
Property Value
The activity function to be invoked.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.