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.

适用于