Interop.ActivityType 属性

定义

获取或设置 Interop 活动包含的活动类型。Gets or sets the type of the activity contained by the Interop activity.

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

属性值

Type

Interop 活动包含的活动类型。The type of the activity contained by the Interop activity.

注解

此类型必须派生自 System.Workflow.ComponentModel.ActivityThis type must derive from System.Workflow.ComponentModel.Activity.

适用于