ActivityTemplateFactory.Implementation 속성

정의

동작을 구현으로 만드는 팩터리 메서드를 가져오거나 설정합니다.

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.Presentation.Toolbox.ActivityTemplateFactory))]
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.Presentation.Toolbox.ActivityTemplateFactory))>]
member this.Implementation : Func<System.Activities.Activity> with get, set
Protected Overridable Property Implementation As Func(Of Activity)

속성 값

Func<Activity>

동작을 구현으로 만드는 팩터리 메서드입니다.

특성

적용 대상