Activity.ImplementationVersion 屬性

定義

取得或設定所使用實作的版本。

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

屬性值

實作的版本。

屬性

適用於