Activity.Implementation Proprietà

Definizione

Ottiene o imposta il delegato che restituisce una Activity che contiene la logica di esecuzione.

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)

Valore della proprietà

Il delegato che contiene la logica di esecuzione.

Attributi

Commenti

La logica di esecuzione può essere implementata come diversi oggetti Attività contenendoli in un'attività Sequenza o altra attività composta.

Si applica a