Compartir a través de


ActivityTemplateFactory<T>.Implementation Propiedad

Definición

Obtiene o establece el método generador que crea una actividad como la implementación.

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

Valor de propiedad

Func<T>

Método generador que crea una actividad como la implementación.

Atributos

Se aplica a