Activity::Implementation Property
.NET Framework (current version)
Gets or sets the delegate that returns an Activity that contains the execution logic.
Assembly: System.Activities (in System.Activities.dll)
protected: [XamlDeferLoadAttribute((FuncDeferringLoader^::typeid), (Activity^::typeid))] [BrowsableAttribute(false)] [AmbientAttribute] property Func<Activity^>^ Implementation { virtual Func<Activity^>^ get(); virtual void set(Func<Activity^>^ value); }
The execution logic can be implemented as several Activity objects by containing them in a Sequence activity or other composite activity.
.NET Framework
Available since 4.0
Available since 4.0
Show: