ActivityTemplateFactory<T>.Implementation 属性

定义

获取或设置创建活动作为实现的工厂方法。

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)

属性值

Func<T>

生成一个活动作为实现的工厂方法。

属性

适用于