InvokeFunc<T1,T2,T3,T4,T5,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,TResult> to be invoked.
public:
property System::Activities::ActivityFunc<T1, T2, T3, T4, T5, TResult> ^ Func { System::Activities::ActivityFunc<T1, T2, T3, T4, T5, TResult> ^ get(); void set(System::Activities::ActivityFunc<T1, T2, T3, T4, T5, TResult> ^ value); };
public System.Activities.ActivityFunc<T1,T2,T3,T4,T5,TResult> Func { get; set; }
member this.Func : System.Activities.ActivityFunc<'T1, 'T2, 'T3, 'T4, 'T5, 'Result> with get, set
Public Property Func As ActivityFunc(Of T1, T2, T3, T4, T5, TResult)
Property Value
The activity function to be invoked.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.