DynamicActivity.ImplementationVersion 屬性

定義

取得或設定活動的實作版本。

public:
 property Version ^ ImplementationVersion { Version ^ get(); void set(Version ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.ImplementationVersionConverter))]
public Version ImplementationVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.ImplementationVersionConverter))>]
member this.ImplementationVersion : Version with get, set
Public Property ImplementationVersion As Version

屬性值

活動的實作版本。

屬性

適用於