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파생되어야 합니다.

적용 대상