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

适用于