Share via


ActivityBuilder.ImplementationVersion 속성

정의

작업 빌더의 구현 버전을 가져오거나 설정합니다.

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

속성 값

동작 작성기에 대한 구현 버전입니다.

특성

적용 대상