Activity.Implementation Özellik

Tanım

Yürütme mantığını içeren bir Activity döndüren temsilciyi alır veya ayarlar.

protected:
 virtual property Func<System::Activities::Activity ^> ^ Implementation { Func<System::Activities::Activity ^> ^ get(); void set(Func<System::Activities::Activity ^> ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Windows.Markup.Ambient]
[System.Windows.Markup.XamlDeferLoad(typeof(System.Activities.XamlIntegration.FuncDeferringLoader), typeof(System.Activities.Activity))]
protected virtual Func<System.Activities.Activity> Implementation { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Windows.Markup.Ambient>]
[<System.Windows.Markup.XamlDeferLoad(typeof(System.Activities.XamlIntegration.FuncDeferringLoader), typeof(System.Activities.Activity))>]
member this.Implementation : Func<System.Activities.Activity> with get, set
Protected Overridable Property Implementation As Func(Of Activity)

Özellik Değeri

Yürütme mantığını içeren temsilci.

Öznitelikler

Açıklamalar

Yürütme mantığı, bir Dizi etkinliğinde veya başka bir bileşik etkinlikte içerilerek birkaç Etkinlik nesnesi olarak uygulanabilir.

Şunlara uygulanır