Share via


Interop.ActivityType 속성

정의

Interop 작업에 포함된 작업의 형식을 가져오거나 설정합니다.

public:
 property Type ^ ActivityType { Type ^ get(); void set(Type ^ value); };
public Type ActivityType { get; set; }
member this.ActivityType : Type with get, set
Public Property ActivityType As Type

속성 값

Interop 작업에 포함된 작업의 형식입니다.

설명

이 형식은 System.Workflow.ComponentModel.Activity에서 파생되어야 합니다.

적용 대상