Interop.ActivityType 属性
定义
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 活动包含的活动类型。The type of the activity contained by the Interop activity.
注解
此类型必须派生自 System.Workflow.ComponentModel.Activity。This type must derive from System.Workflow.ComponentModel.Activity.