ActivityBuilder<TResult>.ImplementationVersion 属性
定义
获取或设置活动生成器的实现版本。Gets or sets the implementation version of the activity builder.
public:
property Version ^ ImplementationVersion { Version ^ get(); void set(Version ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.ImplementationVersionConverter))]
[System.Windows.Markup.DependsOn("Name")]
public Version ImplementationVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.ImplementationVersionConverter))>]
[<System.Windows.Markup.DependsOn("Name")>]
member this.ImplementationVersion : Version with get, set
Public Property ImplementationVersion As Version
属性值
活动生成器的实现版本。The implementation version of the activity builder.
- 属性