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

속성 값

구현의 버전입니다.

특성

적용 대상